Using .Net 1.1 Framework

  • Thread starter Thread starter Robert Strickland
  • Start date Start date
R

Robert Strickland

I have a solution with several projects that uses the 1.0 .Net Framework. I
would like to use 1.1 for my solution. Is there a way to "point" my solution
to use 1.1?
 
Hi Robert,

Thanks for your post. If you have Visual Studio .NET 2003, you can build
your solution in it which targets the .NET Framework 1.1. If not, you still
can configure your application to work with either .NET Framework 1.0 or
1.1 or both. Please refer to the following MSDN article for detailed
information.

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/sidexsidenet.asp

Hope this helps.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top