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

application error after installing new version

1 Answer 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sai Prashad Patro
Top achievements
Rank 1
Sai Prashad Patro asked on 03 Feb 2009, 06:49 AM
Hello,

I have downloaded the latest version of telerik control (2008.3.1314.20) and installed. in web.config i have added in <httpHandlers>
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1314.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false" />

The application still showing error as : 

Could not load file or assembly 'Telerik.Web.UI, Version=2008.3.1314.20, 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)


Could you please suggest what to be done to avoid the error.

Thank you,

Regards,
Sai



 

 


 

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 03 Feb 2009, 09:33 AM
Hello Sai,

I answered your support ticket.

Please make sure that the version of RadControls dll in your BIN folder matches the version referenced in your web.config.

The following example illustrates the mentioned difference:
2008.3.1314.20 - NET 2.0 version (2008.3.1314.20)
2008.3.1314.35 - NET 3.5 version (2008.3.1314.35)

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Sai Prashad Patro
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or