Click here to Skip to main content
15,911,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
Where can I find it ?
Pls help me ? This error occurs when I build in server.
Posted

1 solution

Hi,

You need to reference both Microsoft.ReportViewer.WebForms and Microsoft.ReportViewer.Common and set their "CopyLocal" property to true. This will result in the dll's being copied to our bin directory.

Also, please check the following link:
Working with Microsoft Report Viewer on Client's machine[^]

Regards,
Praneet
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900