VS.Net 2000 doesn't support .Net V1.1 officially.
Your best bet is to upgrade to VS.Net 2003 since it's cheap (cost of the CD
and shipping basically).
I've seen some documents on how to cajole VS.Net 2000 to allow working with
1.1 but really it's not worth the time and effort.
+++ Rick ---

Signature
Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
Here is a hack I've used, but I can't recommend it. On an individual
project basis change the references to point to the 1.1 libraries. VS will
still run on 1.0, but the apps will compile using the 1.1 library. If I
remember correctly there were some limitations with this, but I can't recall
what they were. I limit myself to running VS with it's compatible framework
version now. As Rick suggested, you should update VS, but maybe this will
let you build against 1.1 in the interim.
Shel

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
> VS.Net 2000 doesn't support .Net V1.1 officially.
>
[quoted text clipped - 15 lines]
> > Regards
> > LSc
Robert Villahermosa[MSFT] - 08 Sep 2003 23:52 GMT
The .NET Framework version is pretty much "hardwired" in with your VS
installation. It's not trivial to change this.
The best thing to do is upgrade like Rick recommended.
Here's the link:
http://msdn.microsoft.com/vstudio/howtobuy/upgrade/vstudio03/
Robert Villahermosa [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
>From: "Shel Blauman [MSFT]" <sheldonb@online.microsoft.com>
>References: <3f37bb59@news.starhub.net.sg>
<#42spdEYDHA.1872@TK2MSFTNGP12.phx.gbl>
>Subject: Re: .Net Framework 1.1 With Visual Studio .NET 2000
>Date: Wed, 13 Aug 2003 16:26:03 -0700
[quoted text clipped - 41 lines]
>> > Regards
>> > LSc