Contents
Licensing
Installation and deployment
RadControls for ASP.NET AJAX Fundamentals
RadControls
Visual Studio Extensions
Integrating RadControls in ASPNET MVC
Integrating RadControls in DNN
Integrating RadControls in Mono
Integrating RadControls in SharePoint
API Reference
For More Help
|
|
        RadControls for ASP.NET AJAX
The HOTFIX archive is a bare-bones upgrade option for our controls - it contains only those files you might need to replace in your project to upgrade to the new version of Telerik RadControls. If you are already using Telerik products and just want to update, download the latest HOTFIX and apply it.The HOTFIX archive contains the following files:
Note |
|---|
If you are installing the Telerik products for the first time, we recommend that you download the complete package (MSI or ZIP file).
|
To update Telerik RadControls for ASP.NET AJAX to a new version
Log into your Telerik account and click on Manage products from the top menu.
In the dropdown that appears choose from your purchased products or trial downloads the Telerik RadControls for ASP.NET AJAX, and click on it.
If you have purchased a collection you would need to click on it and the trial downloads page will show all trial downlads directly.
Click on Download Installer and other resources (the Download link next to the suite if you are a trial user).
You need to choose the RadControls for ASP.NET AJAX suite if you have purchased the collection and click its Browse all product files button.
Click on the "DLL, Scripts and Skins only" file. If you are downloading a licensed version make sure that the file you are downloading
contains the "Dev" suffix.
Once the download completes, unzip the files at a convenient location.
If the upgrade is major (i.e. from Q1 2009 to Q2 2009), check the Changes and Backward Compatibility section in this manual for further instructions.
Back up your application.
Close Visual Studio or any other IDE which may lock the old assembly.
From the newly downloaded and unzipped files, copy the new DLL (located in the binXX* folder) to your web-application's bin folder. Replace the old dll. *binXX folder - contains the RadControls assemblies (.dll files), where XX represents the version of the .NET framework against which the assemblies are built.
If you are using VS.NET, update the control's reference in your project to point to the new DLL.
Recompile your project.
If you have added the control in GAC, remove it by running a gacUtil to remove the old copy and then add the new one. More information on the topic can be located here: Add/Remove Telerik RadControls for ASP.NET AJAX to the Global Assembly Cache
In case you use external scripts and skins, register them manually following the guidelines from here and here.
Run the project.
If you still get the older version of Telerik RadControls for ASP.NET AJAX
Sometimes the .NET Framework wrongly caches the Telerik RadControls for ASP.NET AJAX's DLL and therefore the update may seem to have failed. Try the following to ensure that this is not the case:
Terminate the aspnet_wp.exe process (from the Windows Task Manager)
Open a Windows Explorer and navigate to C:\Windows(WINNT)\Microsoft.NET\Framework\v[YOUR_VERSION]\Temporary ASP.NET Files
Delete all folders with names, corresponding to your Telerik projects, i.e. RadControls for ASP.NET AJAX, etc.
Delete your Visual Studio web project cache(s) - it should be located in C:\Documents and Settings\[YOUR USER]\VSWebCache.
Delete your browser cache: Tools -> Internet Options -> Delete Files....
If you get a copyright message - the copyright message appears only when using the trial version of Telerik RadControls for ASP.NET AJAX (the Developer versions of Telerik's controls do not throw copyright messages).
If you have purchased the control, then you have downloaded the wrong "DLLs only" file. Make sure you you download the proper, Developer "DLLs only" file. You will recognize it by the Dev abbreviation in the file name.
See Also
|