The error in the subject occurs as soon the wrapper class referencing the AuthorizeNet library is invoked.
My AuthorizeNet version is 1.9.4 from NuGet.
The problem seems to have started after I upgraded my project to .NET 4.6.2 (from 4.5.1). After re-targeting the project, I removed and re-installed the AuthorizeNet reference via Nuget Package Manager, with no success.
I have been unable to find specific statements about support for .NET 4.6.2.
Reverting to AuthorizeNet version 1.9.0 did not help.
Any help appreciated!
12-10-2017 11:53 AM
Hi @ubar-on,
Are you still experiencing this issue? if yes, then can you please try removing the older reference for AuthorizeNet SDK and then try installing the new one and building the project?
12-28-2017 04:22 AM
Hi and thanks for the response.
That was exactly the issue: another project in the solution was referencing the older version of the DLL.
All good now.
Thanks
Udi
12-28-2017 05:03 AM