This is a migrated thread and some comments may be shown as answers.

Configuration Error

1 Answer 78 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Emad Ud Din
Top achievements
Rank 1
Emad Ud Din asked on 11 Apr 2009, 10:45 AM
 am using RadChart for ASP.NET AJAX (2009.1 402) . it work fine my production server where i run the Telerik setup and installed the RadControls_for_ASP.NET_AJAX_2009_1_402_dev  when i upload my project on my live server it show the configuration error and create a log file to fail the assembly 'Telerik.Web.Design, Version=2009.1.402.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4' could not be loaded.
I replaced the new Telerik.Web.UI.dll file with old one in BIN folder but fail to run the project.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 13 Apr 2009, 01:28 PM
Hello Emad Ud Din,

According to the image attached to the support ticket, it seems that there is a reference to the Telerik.Web.Design  assembly in your web.config file. This reference is not needed. The Telerik.Web.Design assembly contains the design-time code, which is not executed in runtime. This assembly is installed in the GAC by RadControls setup program. If you do not use the installer you need to copy it manually to your local Bin folder, but you do not need to add that reference. You can find more information in this blog post. That said, you should be able to run your application by simply removing the line, shown in red in the error message, from your web.config file.

Sincerely,
Ves
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Emad Ud Din
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or