Can I use VS.NET 2002 to compile for .Net Framework 1.1?

  • Thread starter Thread starter Stan
  • Start date Start date
S

Stan

Is it possible to use VS.NET 2002 to compile for .NET Framework 1.1?

I know that VS.NET 2003 would do that and I can install VS.NET 2002 and 2003
but we don't have 2003 yet and there is more and more components that
require 1.1. I don't want to use the command line compilers...

thanks,

-Stan
 
Hi,
components that require 1.1. I don't want to use the command line
compilers...

Why not, there's nothing wrong with them? Besides, Microsoft will release a
new version of vs with every new (minor) version of .net and you will be
upgrading every year. Just use vs 2002 as a text editor and the .net 1.1
compiler on the command line. Then you can upgrade however often you like
(not to the Microsoft schedule).

Wow it just occurred to me that you could have to upgrade vs.net up to
three/four times in the development of one (large) project!

Pete
 
Hi Stan,
No, Visula Studio .NET 2002 can only build applications targeting .NET
Framework 1.0, while Visual Studio .NET 2003 for .NET Framework 1.1. Please
refer to the following articles in details:

Versioning, Compatibility, and Side-by-Side Execution in the .NET Framework
http://msdn.microsoft.com/netframework/technologyinfo/versioncomparison/defa
ult.aspx

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/vstudio/using/deploying/default.aspx?pull=/library
/en-us/dnnetdep/html/sidexsidenet.asp

If you are considering upgrading to Visual Studio .NET 2003, there is a
offer from Microsoft that updgrading Visual Studio .NET 2002 Professional,
Enterprise Developer, and Enterprise Architect customers a corresponding
upgrade to a Visual Studio .NET 2003 product for $29 US. This offer is open
until September 30, 2003.
http://msdn.microsoft.com/vstudio/howtobuy/upgrade/vstudio03/default.aspx

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top