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

problem updating to Q1 2009

5 Answers 153 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 02 Jun 2009, 08:06 PM
Ive just updated to Q1 2009 and am getting this error

Server Error in '/Studio1Website' Application.

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.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\Projects\Studio1\Studio1Website\web.config line 169)

Source Error:

Line 167:    <httpModules>
Line 168:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 169:      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
Line 170:    </httpModules>
Line 171:  </system.web>

Source File: C:\Projects\Studio1\Studio1Website\web.config    Line: 169

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Jun 2009, 07:57 AM
Hello,

The cause of the error is a reference to a version of Telerik.Web.UI in the web.config that is different from the version of the deployed assembly. I have found forum which discusses similar scenario. Please go through the below link.
Error Creating Control
Upgrading from Q2 to Q3

You can also refer following links for more information.
General Troubleshooting



-Shinu
0
Shinu
Top achievements
Rank 2
answered on 03 Jun 2009, 07:58 AM
 
0
mww
Top achievements
Rank 1
answered on 05 Jun 2009, 07:01 PM
Ive checked my web.config and every telerik reference is for

Version=2009.1.402.35

 Im still getting this error when running the website, I really need to solve this asap, ive got a deadline !


Server Error in '/Studio1Website' Application.

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.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\Projects\Studio1\Studio1Website\web.config line 169)

Source Error:

Line 167:    <httpModules>
Line 168:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 169: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />Line 170:    </httpModules>
Line 171:  </system.web>
0
mww
Top achievements
Rank 1
answered on 05 Jun 2009, 09:06 PM
something very starnge is going on here.  Ive aaded a reference to the Telerik.Web.UI assembly which is located in

C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Bin35

the version is

2009.1.402.35

after the reference is set (copy local is set to true) when I check the version number in the VS property window it says the version is
2008.3.1125.35

thats why im getting the runtime error.  So what am I suppossed to do ???  Ive installed the latest version but its always showing up as the previous version and now I cant run my web site

why cant this version update process work ??  Im now left with a looming deadline and a non working app just because I upgraded to the latest version

help !!!!

0
Ockert
Top achievements
Rank 2
answered on 08 Jun 2009, 11:53 AM

1. If you have a Telerik.Web.UI.refresh file in your bin folder delete it.
2. Copy the dll in the C:\Program Files\Telerik\RadControls for ASPNET AJAX Q1 2009\Bin35 to your bin folder.
3. Update all part that reference the telerik ddl from

"Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI,
 Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
or

"Telerik.Web.UI.WebResource, Telerik.Web.UI,

Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"

to

"Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"
or

"Telerik.Web.UI.WebResource, Telerik.Web.UI"

With other words remove the part that specifies the version number

Tags
General Discussions
Asked by
mww
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
mww
Top achievements
Rank 1
Ockert
Top achievements
Rank 2
Share this question
or