sdk-dotnet icon indicating copy to clipboard operation
sdk-dotnet copied to clipboard

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

Open naveenrevalino opened this issue 4 years ago • 2 comments

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

naveenrevalino avatar Apr 08 '20 02:04 naveenrevalino

@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

nicolae-lupei avatar Jul 20 '20 17:07 nicolae-lupei

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

wzuqui avatar Dec 01 '21 18:12 wzuqui