对于以下错误:
除了通过解决方案之外,还有什么方法可以解决此错误:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
该解决方案在我的应用程序中不起作用
最佳答案
请使用此代码。
这可能对您有帮助。
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
这与您略有不同。
有关更多详细信息,请访问此链接Crystal Report Viewer
关于c# - 无法加载文件或程序集crdb_adoplus.dll,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6601741/