Both 1.0 & 1.1 in same IDE

P

Pronojit Roy

Hi,
It is possible to use .NET 1.0 and .NET 1.1 runtimes in VS.NET 2000 IDE
Or
It is possible to use .NET 1.1 runtimes in VS.NET 2000 IDE

Bye
Pronojit
 
M

Mattias Sjögren

Pronojit,

Which version do you mean with "VS.NET 2000"? VS v7.0 is usually
referred to as VS.NET 2002, and v7.1 as VS.NET 2003.

v7.0 is pretty much hardcoded to use v1.0 of the .NET framework. v7.1
is primarily designed to be used with .NET v1.1, but depending on
which language subsystem of VS you're using, you might be able to work
against v1.0 as well.



Mattias
 
D

Dennis Doomen

Hi Pronojit,

Officially it is not possible. VS.NET 2002 builds projects targetted for the
1.0 framework, and VS.NET 2003 builds projects targetted for both frameworks
(configurable, but preferably 1.1).
You can run projects that have been build with 1.0 on a system with 1.1
only. But I think I remember that this requires a .config file that routes
all requests from 1.0 tot 1.1. Search the newsgroups for similar threads.

However, I do know there is some kind of hack to force VS.NET 2002 to use
the 1.1 framework, but I don't think the Designer will properly handle that.
 

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