VS 2002 and framework 1.1?

  • Thread starter Thread starter Jan Eliasen
  • Start date Start date
J

Jan Eliasen

Hi

I have VS2002 installed and I have .NET framework 1.0 and 1.1
installed. I need to develop something in .NET framework 1.1 - Is this
possible with VS2002? Can I change which framework it uses?

If not, can VS2003 coexist with VS2002? mean, can I have both
installed at the same time and are there something I need to be aware
of?

Thanks in advance
 
Hi,

You cannot make VS.net 2002 use framework version 1.1 instead of
1.0. Both versions of VS.net will coexist peacefully on your computer.

Ken
 
You cannot make VS.net 2002 use framework version 1.1 instead of
1.0. Both versions of VS.net will coexist peacefully on your computer.

Thank you for your answer. What about having VS2003 use framework 1.0?
Is that possible?
 
Hi,

I doubt that vs.net 2003 can use 1.0 framework (why should it?), while
programs created with vs.net 2003 can be run under 1.0 framework (just set
compatibility option and make sure no 1.1 feature is used).
 
Back
Top