ReportViewer error:
This code is working in my local machine but I get the following error in
web server, any idea what it would be. It runs on .Net 2.0
Error:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'Microsoft.Repo rtViewer.WebFor ms, Version=8.0.0.0 , Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 38: <add assembly="Micro soft.ReportView er.WebForms,
Version=8.0.0.0 , Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
Line 39: <add assembly="Micro soft.ReportView er.Common, Version=8.0.0.0 ,
Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
Line 40: </assemblies>
This code is working in my local machine but I get the following error in
web server, any idea what it would be. It runs on .Net 2.0
Error:
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly
'Microsoft.Repo rtViewer.WebFor ms, Version=8.0.0.0 , Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 38: <add assembly="Micro soft.ReportView er.WebForms,
Version=8.0.0.0 , Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
Line 39: <add assembly="Micro soft.ReportView er.Common, Version=8.0.0.0 ,
Culture=neutral , PublicKeyToken= B03F5F7F11D50A3 A"/>
Line 40: </assemblies>