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

Moving from one version of AJAX controls to another

2 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 17 Apr 2008, 07:11 AM
When upgrading the 'classic' controls, I just installed 'em, removed the old references in my project and added them back pointing at the new version of the controls.

I've just done my first upgrade of AJAX controls (2007.3 to 2008.1) and did the same thing I'd do with the 'classic' controls. Whilst the project compiled OK when I tried to run it the system complained. Basically it was looking for the old version of the controls. I had a look in the web.config file and the <httphandlers> element included this ...
<add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2007.3.1425.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" validate="false"/> 
I changed the line to read the correct version number and everything was OK.

The question is, is having to make this change manually normal, or is there something else I should have done to ensure that the project was correctly updated?

--
Stuart

2 Answers, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 17 Apr 2008, 07:28 AM
Hello Stuart,

Unfortunately you have to manually update those references in either web.config or the page register directives if any. This will ensure the project is upgraded to the latest assembly version successfully.

All the best,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Dan
Top achievements
Rank 1
answered on 17 Apr 2008, 07:32 AM
Fair enough, I'll know for next time.

Thanks Konstantin.

--
Stuart
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Dan
Top achievements
Rank 1
Share this question
or