Having framework 1.1 and 2.0 on the same machine.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I just want to make sure that I can have both 1.1 and 2.0 on the same
machine and continue to develop in 1.1. I'm using VS.Net 2003 and SQL Server
2000. I want to load the client tools for SQL Server 2005 and it says it
wants .Net 2.0.

I'll still be able to compile under 1.1 right?

TIA - Jeff.
 
UJ said:
I just want to make sure that I can have both 1.1 and 2.0 on the same
machine and continue to develop in 1.1. I'm using VS.Net 2003 and SQL Server
2000. I want to load the client tools for SQL Server 2005 and it says it
wants .Net 2.0.

I'll still be able to compile under 1.1 right?

TIA - Jeff.

I have both 1.1 and 2.0 on the same machine. And you can still compile
under 1.1

chris
 
UJ said:
I just want to make sure that I can have both 1.1 and 2.0 on the same
machine and continue to develop in 1.1. I'm using VS.Net 2003 and SQL
Server 2000. I want to load the client tools for SQL Server 2005 and it
says it wants .Net 2.0.

I'll still be able to compile under 1.1 right?

TIA - Jeff.
I have both Visual Studio .NET 2003 (.NET Framework v1.1) and Visual Studio
2005 (.NET Framework v2.0) on the same PC. Both IDE's are fully functional
and automatically use the correct version of the framework. You *should* not
have issues.
 
Back
Top