1.1 and 1.0 Framework

Mehyar

Junior Contributor
Joined
Jun 9, 2003
Messages
371
Location
Lebanon
Hello All,

I have an inquiry...

On the weekend I installed Windows 2003 Server Enterprise Edition on my PC.

This version of windows comes with the .NET framework 1.1 installed.

Now previously I had windows XP Professional and Visual Studio .NET 2002 along with the .NET framework 1.0

Now my questions are :

1. Can i install .NET Framework 1.0 while 1.1 is installed and work with Visual studio .NET 2002 to develop 1.0 applications.

2. Can I uninstall .NET Framework 1.1 and install 1.0 with Visual Studio .NET 2002

3. Can Install Visual Studio .NET 2002 and use it with 1.1 Framework ?

If more than one solution is possible what do ou recommend.

I think the first one if it si possible would be great because I need to be able to work with 1.0 applications and also start 1.1.

Many Thanks In Advance,
 
Visual Studio .NET 2003 can only compile .NET 1.1 applications. You can instruct the assembly produced by Visual Studio to load to either framework, however this has little to do with the behavior of Visual Studio and it is not recommended practice.
 
Back
Top