gpt4 book ai didi

c# - 探测 privatePath 不工作

转载 作者:搜寻专家 更新时间:2023-10-30 19:52:52 32 4
gpt4 key购买 nike

在我正在使用的 app.config 中

<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="SMSGateway.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="OracleLibs" />
</assemblyBinding>
</runtime>
</configuration>

加载 OracleLibs 子文件夹中的 dll 但是当运行程序时出现错误:

OracleConnection Error: System.TypeInitializationException: The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'OraOps12.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

任何人都知道如何解决这个问题。谢谢

最佳答案

首先,您是否引用了 .dll?

其次,这是否解决了您的问题? Oracle.DataAccess still try to access oraops12.dll after uninstall

第三,这是否解决了您的问题? Unable to load DLL “OraOps10.dll”

关于c# - 探测 privatePath 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36854967/

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