0

I use VS2008 to develop a web application.

When I open a local report, it's report datasource does not show. I click the report->DataSource to see it's datasource, but it appear an error message:

Could not load file or assembly ###

But the file or assembly does exist.

How can I solve this problem?

I searched everywhere and didnt found a solution for this.

Thanks.

4

2 回答 2

3

将程序集复制到文件夹

C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer.

我使用SysInternals Process Monitor来查找 VS 在哪里寻找包含文件。

于 2011-04-20T14:09:53.627 回答
0

The assembly may exist but in a place not seen by the app. Use filemon / procmon to find out where your app is trying to load the assembly from and you will have a clue of what's going on. Also make sure the assembly version matches as well.

于 2009-10-25T13:22:45.530 回答