How should I update Ajax Control Toolkit in VS 2010?

Posted by Soham on Programmers See other posts from Programmers or by Soham
Published on 2011-03-04T06:00:10Z Indexed on 2011/03/04 7:32 UTC
Read the original article Hit count: 316

Filed under:
|
|

Suppose if there is a new version available of Ajax Control Toolkit then how should I install/update it in my visual studio 2010 which has already install older version of same toolkit?

I would like to install new one while older toolkit would totally uninstalled, because mostly new toolkit always has all controls that were in the old toolkit & also some new controls.

Then 1) Should I've to remove .dll file in my toolkit installation folder and place new .dll file there? If I do so then will VS 2010 automatically delete older entries of toolkit controls in .NET Components list and place new control there?

Or 2) Should I've to uninstall old toolkit manually i.e delete .dll file and uncheck all entries in .NET Components list & after that install new one from scratch?

© Programmers or respective owner

Related posts about .NET

Related posts about visual-studio-2010