Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 741
Majd Albaho Avatar asked Nov 30 '25 19:11

Majd Albaho


1 Answers

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\

like image 87
Bizhan Avatar answered Dec 02 '25 14:12

Bizhan