.net core 遇到 Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. 系統找不到指定的檔案 的錯誤
當您使用 .net core 在執行時發生 Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. 系統找不到指定的檔案 的錯誤
解決方式如下:
You can Install System.Configuration.ConfigurationManager from Nuget
Install-Package System.Configuration.ConfigurationManager