Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Service Reference not working for AuthorizeNet
Service Reference not working for AuthorizeNet
Error 8 The type or namespace name 'AuthorizeNet' could not be found (are you missing a using directive or an assembly reference?) I am working in Quik Start. It looks really simple but I get the error message like AuthorizeNet Service reference is not even there...
โ03-10-2014 03:16 PM - edited โ03-10-2014 03:27 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AuthorizeNet;
forgot the using?
โ03-10-2014 04:38 PM

