sdk-dotnet
sdk-dotnet copied to clipboard
Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0
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.
@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
Obrigado @nicolae-lupei para mim funcionou adicionar o nuget System.Configuration.ConfigurationManager 4.7.0