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

[Solved] realese problem

3 Answers 181 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Udi
Top achievements
Rank 1
Udi asked on 30 Apr 2008, 08:55 AM
i try to run project in production
and i got this 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 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

Line 36:     <compilation debug="true">
Line 37:       <assemblies>
Line 38: <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>Line 39:         <add assembly="Telerik.Charting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
Line 40:         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Apr 2008, 10:21 AM
Hello Udi,

The error is not related to Telerik controls, but to Microsoft ASP.NET AJAX. Please make sure you have ASP.NET AJAX properly installed and your website is correctly setup to be an AjaxEnabledWebSite (in this case Visual Studio adds all the required assemblies and/or configuration information to your web.config file).

http://www.google.com/search?hl=en&q=Could+not+load+file+or+assembly+System.Web.Extensions



Best wishes,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Udi
Top achievements
Rank 1
answered on 30 Apr 2008, 09:30 PM
hi ,

thanks for the answer,

you right i installed the ajax ,

and put the program in production and i have got this

(and i build the dll with the instructions from your manual )

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 'Telerik.Charting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

Source Error:

Line 37:       <assemblies>
Line 38:         <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 39: <add assembly="Telerik.Charting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>Line 40:         <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 41:         <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>


thanks

0
Konstantin Petkov
Telerik team
answered on 01 May 2008, 06:54 AM
Hello Udi,

The error states there is no Telerik.Charting assembly with the specified version referred in your application. You can either add the Telerik.Charting.dll (it is available at the same installation Bin folder as the Telerik.Web.UI.dll) into your project's bin folder or simply delete this line if you don't plan to implement a charting solution.

Greetings,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Udi
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Udi
Top achievements
Rank 1
Konstantin Petkov
Telerik team
Share this question
or