AuthorizeNet / sdk-dotnet

.Net SDK for Authorize.Net API
Other
149 stars 206 forks source link

Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0 #282

Open naveenrevalino opened 4 years ago

naveenrevalino commented 4 years ago

Hi I was implementing the Charge a customer profile in my asp.net Core application, and when i tried to run it i got the following error.

error

nicolae-lupei commented 4 years ago

@naveenrevalino I also encountered this problem when I moved the project from .net core 2.2 to .net core 3.1, the solution was to install the missing library from nuget: System.Configuration.ConfigurationManager 4.7.0

wzuqui commented 2 years ago

Obrigado @nicolae-lupei para mim funcionou adicionar o nuget System.Configuration.ConfigurationManager 4.7.0