Link to home
Start Free TrialLog in
Avatar of the_7th_king
the_7th_kingFlag for India

asked on

VS 2008 migration from VS 2005

Till now I have been developing asp.net websites on VS 2005 using .net framework 2.0
I added AJAX functionality using ASP.NET AJAX Extensions 1.0
I also downloaded the ajaxcontrol  toolkit for VS 2005 (which adds various ajax components on VS 2005)


Now I have upgraded to VS 2008 and asp.net 3.5
I am aware that AJAX functionality is in-buit into VS 2008, but what about the ajax control toolkit?
Will the old toolkit be compatible in the new VS and asp.net version? Or is a new toolkit required?

Links are appreciated.
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

You have to install the new for .NET Framework 3.5 but it will work fine
http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=16488
Avatar of the_7th_king

ASKER

but what will work fine? the old one?
If you install the new toolkit and open a previous project, it will work fine all the controls you have used.
but i have to use the new toolkit?

my old toolkit wont do the trick?
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you very much