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
Mattias Sjögren - 31 Mar 2007 09:37 GMT
>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

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Scott M. - 31 Mar 2007 15:58 GMT
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.
>I have some systems that have older versions of .NET framework
> installed. The company I am contracting with refuses to update the
[quoted text clipped - 10 lines]
>
> Johnathan