Brilliant - thanks for posting this solution, saved me a lot of hassle! I had the same problem with the 2010 report viewer working locally, but failing on the live server.
Regards, Alec.
kinturaj
How to copy
Microsoft.ReportViewer.ProcessingObjectModel.dll
2.Type “Cd windows\assembly\gac_msil\Microsoft.ReportViewer.pro*” and press enter
3.List the directory (type dir and
press enter)
4.You will see the two versions 8 and 9
5.Just type cd 9*
6.Then type copy * c:\
file will be copied in you root directory of C drive
Add the Reference in to your BIN folder and put it on Server...
This Works.. Spent almost 3 days of my life. to just figure out what the heck the prob was. but cant assure that this solution
works in all the server..
yes, peice of advice... all ReportViewer 8.0 is for the Asp.Net 2.0 application and Version 9.0 is not Asp.net 3.5
Alec MacLean
Member
9 Points
5 Posts
Re: An error occurred during local report processing
Nov 02, 2012 05:39 PM|LINK
Brilliant - thanks for posting this solution, saved me a lot of hassle! I had the same problem with the 2010 report viewer working locally, but failing on the live server.
Regards, Alec.
Banu Ramar
Member
2 Points
1 Post
Re: An error occurred during local report processing
Dec 14, 2012 12:08 PM|LINK
Thanks a lottt.. It works for me...