Hello,
When i try to run my asp.net website it runs perfectly well on local machine.
But,
when i publish & upload the website,and try to run the site, I get the following 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 'Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified.
Source Error:
/************************************************************************************************************************************************************************/
Please help me to solve the problem.
Thanks,
Jaspreet.
When i try to run my asp.net website it runs perfectly well on local machine.
But,
when i publish & upload the website,and try to run the site, I get the following 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 'Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 76: <httpHandlers>
Line 77: <remove path="*.asmx" verb="*"/>
Line 78: <add verb="*" path="Telerik.ReportViewer.axd" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.9.9.202, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"/>
Line 79: <add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
Line 80: <add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
/************************************************************************************************************************************************************************/
Please help me to solve the problem.
Thanks,
Jaspreet.