System.IO.FileNotFoundException:“Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. 系统找不到指定的文件。”
1、运行环境
1.1 操作系统 widows10
1.2 IDE Visual Studio 2022
1.3 框架 NetCore3.1
1.4 报错业务(不可思议的地方)在点击金额,跳转支付宝支付页面。想不明白为啥
2、解决办法
在Nuget中安装System.Configuration.ConfigurationManager包即可。
PS:这类包应该在框架内集成,Net不再是当年的Net VS也不是当年的VS了,报错和难用度一点也不必别的语言差。
评论内容