Hello,
I'm trying to integrate Authorize.Net into a custom built shopping cart. For the time being, I'm stuck in .Net MVC 1, and using Visual Studio 2008. I was able to install the AuthorizeNet package and have included it as a reference, but when I include it into my project using the sample code on your site:
using AuthorizeNet.Api.Controllers;
using AuthorizeNet.Api.Contracts.V1;
using AuthorizeNet.Api.Controllers.Bases;
I get this error:
The type or namespace name 'Api' does not exist in the namespace 'AuthorizeNet' (are you missing an assembly reference?)
Any idea why I might be getting this error? When I browse into the AuthorizeNet package, I'm not seeing "API" either at the top level (ArbApiSample, AuthorizeNet, AuthorizeNet.APICore) or second level under AuthorizeNet.
Thanks much for any help or direction you can offer,
Brad
08-22-2016 02:21 PM
Hi,
Few Questions:
We followed the steps listed in the link - http://www.hanselman.com/blog/NuGetSupportForVisualStudio2008.aspx, to install the latest version of the "AuthorizeNet" package using nuget in VS2008.
The API namespace was recognised properly.
Could you follow these steps and check once.
08-29-2016 12:21 AM
Thanks for your response.
Yes, I used the latest version of the AuthorizeNet SDK, and I used nuget to install the package.
After not hearing anything for several days here, and not getting help from AuthorizeNet phone support, I gave up and went with a different payment gateway that was easier to implement. My timeline was too tight to spend a bunch of time figuring this out.
Brad
08-30-2016 07:51 AM