Need help with this.
Getting an exception while executing the code below in .NET Core 3.1 works fine in .net core 2.2
ApiOperationBase<ANetApiRequest, ANetApiResponse>.RunEnvironment = AuthorizeNet.Environment.SANDBOX;
exception = The type initializer for 'AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2' threw an exception.
inner exception: Method not found: 'Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.DebugLoggerFactoryExtensions.AddDebug(Microsoft.Extensions.Logging.ILoggerFactory, Microsoft.Extensions.Logging.LogLevel)'.
at AuthorizeNet.Utilities.LogFactory.get_LoggerFactory()
at AuthorizeNet.Utilities.LogFactory.getLog(Type classType)
at AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2..cctor()
โ12-30-2020 10:57 PM
We are also experiencing this issue; were you able to resolve it?
โ04-09-2021 11:12 AM
I corrected this issue in my own post: The type initializer for 'AuthorizeNet.Api.Control... - Authorize.Net Developer Community.
โ04-09-2021 12:17 PM
Add some logging during application startup so you can clearly see when the application started without hitting any application endpoints. For example, in the Program.Main method write a timestamp to a log file:
System.IO.File.AppendAllText(@"C:\Temp\mvc-log.txt", $"Main: {DateTime.Now}\n");
Publish the application to IIS. Grant your application pool user (or everyone) write access to the folder you're logging to (e.g. c:\temp). When you hit the site you should see a message written to the log file.
โ04-10-2021 01:01 AM
Excellent web site. A lot of useful information here. Iโm sending it to a few pals and also sharing in delicious. And of course, thank you to your effort!
โ05-05-2021 12:04 PM
Brilliant site. A great deal of helpful data here. I'm sending it to a couple of buddies and furthermore partaking in heavenly. Furthermore, obviously, thank you to your work!
โ05-07-2021 11:57 PM
The content of your article is very interested, I am very impressed with your post. Hope to receive more great posts. tell the bell
โ05-09-2021 11:30 PM
I faced similar kind of issue last time, I am still searching for some proper solution.
โ05-12-2021 11:13 PM
Great Inspiring post! Thanks for sharing it . I would like to appreciate your content and piece of great information. I am new blogger and your post helping me alot.
find us Quality Hog Roasts
โ06-15-2021 06:44 AM
I faced similar kind of issue last time very impressed with your post.
โ06-16-2021 09:56 PM