Click to See Complete Forum and Search --> : Upgrade 1.1 to x.x


JohnIdol
January 15th, 2008, 07:18 AM
Hi All,

I find myself refactoring a web app and I am evaluating if an upgrade from 1.1 to a newer version of the framework is the best choice. The app is not huge. I'd like to enable AJAX.NET.
Can someone give some advice about criteria to decide if it is the case, and eventually some good choices framework - IDE?
Again, Will I need VS2008 to use v 3.5?

Regards,

JI

PeejAvery
January 15th, 2008, 08:05 AM
The .NET 3.5 framework works with Visual Studio 2005. There are a few issues to be concerned about. Read more about it here (http://geekswithblogs.net/cyoung/archive/2007/12/01/117279.aspx).

JohnIdol
January 15th, 2008, 08:23 AM
Thanks I'll dig up in that reading.

I was thinking about the most obvious solution: upgrade to VS2005 and framework 2.0, which is a standard and is supported by VS2008.

Yeorwned
January 16th, 2008, 10:11 AM
I would recommend .NET 2 with AJAX 1.0 control library if you're current app is already running 1.1 anyway. Changes should be minimum, if any. Visual Studio 2005 works well with both.

JohnIdol
January 16th, 2008, 10:33 AM
I would recommend .NET 2 with AJAX 1.0 control library if you're current app is already running 1.1 anyway. Changes should be minimum, if any. Visual Studio 2005 works well with both.

sounds like the best way to go so far.

thanks for your hopinion.