โ08-10-2012 10:38 AM
All you need is the AuthorizeNet.dll in the bin folder.
Not sure what " then added a reference to the AuthorizeNet project in my existing Web Forms project." mean, or why.
The dll would work with Web forms, MVC , and console app.
You don't even need the dll, download the source and pick and choose methods that you need and add it to your project app_code.
โ08-10-2012 11:19 AM
I think he is saying he doesn't want to use any of the MVC stuff. The current SDK seems to require you to use an MVC project (whcih I as well do not have and do not want to use or convert my project to. I want to be able to use the SDK easily inside a Web Forms project, without having to rip code out of the DLLs and put it in my own project.
This issue maily refers to the Helpers, specifically the BeginSIMForm, which appears to require use of the MVC HTML Helper in order to work.
I don't think that is an unreasonable request.
โ08-14-2012 09:46 AM - edited โ08-14-2012 09:47 AM
I found a solution for adding MVC capability into your webforms application:
http://www.packtpub.com/article/mixing-asp.net-webforms-and-asp.net-mvc
โ08-16-2012 08:39 AM
I noticed the MVC required appears to be MVC version 3. At least based on the sample code. I'm new to MVC so I'd really like a "Pure" ASP.Net approach over MVC at this point.
โ08-17-2012 10:43 AM