简体   繁体   中英

Could not load file or assembly Microsoft.ReportViewer.ProcessingObjectModel, Version=13.0.0.0

When I try to view report like:

ReportViewer.ReportHost.LocalReport.SetParameters(pr);

I get this exception:

Could not load file or assembly Microsoft.ReportViewer.ProcessingObjectModel, Version=13.0.0.0

I can't find the assembly Microsoft.ReportViewer.ProcessingObjectModel, Version=13.0.0.0 anywhere. The file is not on my computer and I couldn't find it on the web either.

Where can I find this dll?

After executing ReportViewer.exe found in

C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\sdk\\Bootstrapper\\Packages\\ReportViewer\\ReportViewer.exe

the dll Microsoft.ReportViewer.ProcessingObjectModel should be created in GAC folder:

%windir%\\Microsoft.NET\\assembly\\

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM