Hi ,
Iam using Telerik Rad Chart control for my demo application, I have loaded Telerik.web.design.dll , in my bin folder as well as i have referenced these and related Dlls from my website.
But the issue is that my application is working fine in local system, and NOT working in production server environment.
Here are the error details :
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.Web.Design, Version=2009.3.1314.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 67: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Line 68: <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 69: <add assembly="Telerik.Web.Design, Version=2009.3.1314.20, Culture=neutral, PublicKeyToken=121FAE78165BA3D4"/>Line 70: </assemblies>
Line 71: </compilation>
|
Any help ASAP is greatly appreciated:)
Regards,