gpt4 book ai didi

c# - FileNotFoundException : Could not load file or assembly 'System. Configuration.ConfigurationManager,

转载 作者:行者123 更新时间:2023-12-03 16:54:54 25 4
gpt4 key购买 nike

我正在尝试使用ado.net从.net core 3.1连接到oracle数据库,这是我的代码

private OracleConnection GetOracleConnection()
{
string conString = "Data Source=Q550.adr.XXXX.com;Persist Security,Info=True;User ID=XXXX;Password=CCC39";
OracleConnection con = new OracleConnection(conString);
return con;
}

但是当执行此函数时,第2行发生以下异常

System.TypeInitializationException:'OracleInternal.Common.ProviderConfig的类型初始化程序引发了一个异常

FileNotFoundException:无法加载文件或程序集'System.Configuration.ConfigurationManager,
版本= 4.0.2.0,文化=中性,PublicKeyToken = cc7b13ffcd2ddd51'。该系统找不到指定的文件。
**

谁能告诉我发生了什么事?

最佳答案

您可以从Nuget安装System.Configuration.ConfigurationManager

Install-Package System.Configuration.ConfigurationManager

正如您在此处看到的那样,此问题是一个已知问题,推荐的解决方案是nuget软件包

https://github.com/pusher/pusher-websocket-dotnet/issues/34

关于c# - FileNotFoundException : Could not load file or assembly 'System. Configuration.ConfigurationManager,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59935563/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com