Older versions of .NET

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
 
M

Mattias Sjögren

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
 
S

Scott M.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top