Older versions of .NET

  • Thread starter Thread starter iamleppert
  • Start date Start date
I

iamleppert

I have some systems that have older versions of .NET framework
installed. The company I am contracting with refuses to update the
framework installed on their machines. Is there any way to switch the
version of .NET you can "compile" in? I have Visual Studio 2005.

The versions they have installed:

2.0.50727.42
1.1.4322.2032
v1.0.3705

Thanks!

Johnathan
 
I have some systems that have older versions of .NET framework
installed. The company I am contracting with refuses to update the
framework installed on their machines. Is there any way to switch the
version of .NET you can "compile" in? I have Visual Studio 2005.

VS2005 only natively targets v2.0 of the framework. To add support for
1.1, see http://www.codeplex.com/MSBee


Mattias
 
If they have the versions you indicate below, then what is the problem? VS
2005 creates apps. that run on the 2.0 Framework and you say that the
clients have it.
 
Back
Top