The program made by VS.NET 2003 with .NET Framework v1.1 can run under .NET Framework v2.0, right
The source program of C# made by VS.NET 2003 with .NET Framework v1.1 can be compiled under VS.NET 2005 with .NET Framework v2.0 without any modification manually (VS.net 2005 can translate), right
Thank you very much!

The program made by VS.NET 2003 with .NET Framework v1.1 can run under .NET Framework v2.0, right?
Gdombroski
Check the following video for an in-depth info:
http://channel9.msdn.com/Showpost.aspx postid=73151
Regards,
Vikram
Trần Ngọc Văn
I ported a ASP.net programm from 1.1 to 2.0 and had some problems. Porting your apps to .net 2.0 is done by your IDE, but there still can occur errors.
John Lambert - MSFT
GeuS
Yes there surely is a wizard but you could face issues based on the namespaces and classes you have used since there have been some breaking changes' that have been made from v1.1 to v2.0
Try running the wizard for a start and then check if it works. The wizard also generates a log file which will tell you if it was unable to convert any specific code.
Regards,
Vikram
Bassim Matuk