对于以下错误:
无法加载文件或程序集 '文件:/// C:\ Program Files文件\ SAP的BusinessObjects\SAP BusinessObjects Enterprise的XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' 或它的一个依赖.
有没有办法解决此错误,而不是通过解决方案:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
Run Code Online (Sandbox Code Playgroud)
该解决方案在我的应用程序中无效
我在VS 2010 sap crystalreports中遇到麻烦,使用c#制作一个Windows应用程序.
我使用以下代码得到以下错误:
CrystalReport1 cr1 = new CrystalReport1();
cr1.SetDataSource(dt1); //Error
Run Code Online (Sandbox Code Playgroud)
Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.