Using .NET 2.0

  • Thread starter Thread starter stebain
  • Start date Start date
S

stebain

(VS.NET 2003) I've been using 1.1 and just installed the Framework 2.0 and
am trying to use the System.Net.Mail space and it doesn't come up.

I check up in the Help->About Microsoft Visual Basic .NET... and it shows
the current framework as 1.1 (version 1.1.4322, precisely).

What do I need to do to get the updated framework recognized by Visual
Studio?

Thanks so very much,
Steve
 
stebain said:
(VS.NET 2003) I've been using 1.1 and just installed the Framework 2.0 and
am trying to use the System.Net.Mail space and it doesn't come up.

I check up in the Help->About Microsoft Visual Basic .NET... and it shows
the current framework as 1.1 (version 1.1.4322, precisely).

What do I need to do to get the updated framework recognized by Visual
Studio?

Visual Studio 2003 can't be used (at least not without a lot of
hackery) to develop with .NET 2.0.

I suggest you upgrade to Visual Studio 2005.
 
Jon Skeet said:
Visual Studio 2003 can't be used (at least not without a lot of
hackery) to develop with .NET 2.0.

I suggest you upgrade to Visual Studio 2005.

Aw, shoot.
Thanks for the quick response.
-Steve
 
Back
Top