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

[Solved] Upgrading issue

3 Answers 176 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raymond Mui
Top achievements
Rank 1
Raymond Mui asked on 21 May 2008, 02:06 AM

I have just found that there is a latest 2008.1.515 is available.  I downloaded the hotfix version and replaced the existing files in c:\telerik\...\bin\*.*.

My questions:
1. besides the dll files, do i have to update the modules and handlers settings in web.config?  It is still pointing to 1.415 as follows:

   <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    validate="false" />
   <add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    validate="false" />
   <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    validate="false" />

2. should I replace the spell-check files in app_data as well?

Besides, when deploying to the server, do I have to run installation on the server before copying my project files? (I do not use GAC.)  Or just copy the \BIN\*.DLL along with other files.
 
Thanks

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 May 2008, 10:58 AM
Hi Raymond,

Go through the following KB article to get details about how to Upgrade Telerik controls from one version to another.
Updating RadControls for ASP.NET to another version or license

Princy.
0
Raymond Mui
Top achievements
Rank 1
answered on 22 May 2008, 09:26 AM

So..you meant it is NOT necessary to update the handlers in web.config, as it is not mentioned in the page.

Thanks

0
Sebastian
Telerik team
answered on 23 May 2008, 01:11 PM
Hi Raymond,

You are right! The article referenced by Princy should include information about the http handlers/modules registrations in web.config and how to be updated. I have added the relevant details to the KB article.

Kind regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Raymond Mui
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Raymond Mui
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or