30 Jan
Posted by Jayce as Programming, Web
System.Configuration.ConfigurationErrorsException: Could not load file or assembly ‘Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. The system cannot find the file specified.
Do you ever see this problem when you try to load ASP.NET web application? Well, based on the error code. It should have something related to ReportViewer. It seem like the ReportViewer component is not found.
I don’t have the problem during development at my development server. However, I faced this problem when I deploy to another machine. Why is this happening?
Here is the solution…
This should do the trick.
Too technical for me :-> Hope you have solved the issue.
Yeah… The problem solve within half an hour…
Thanks, Jaycee
You gave the most consise and easy way to fix my problem
Vlad.
No problem, vlad. By the way, my name is Jayce.