我在使用 SAP Crystal Reports 的 VS2012 单元测试项目中遇到问题。
在测试用例中生成以下错误。
ReportDocument rd = new ReportDocument();
rd.SetDataSource(dataset); // Getting below quoted error.
错误。
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\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
我试过这个链接,但它对我不起作用。 Could not load file or assembly crdb_adoplus.dll
您需要在测试运行器配置文件中进行更改,即C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe.config
我是一名优秀的程序员,十分优秀!