using VS.Net 2003 with Framework 2 beta

  • Thread starter Gregory Khrapunovich
  • Start date
G

Gregory Khrapunovich

I have installed Framework SDK 2.0. Unfortunately my
Visual Studio .Net 2003 doesn't see it. How can I make
use of new classes in my existing C# project? (I want to
use System.IO.Ports.SerialPort)
 
D

Dino Chiesa [Microsoft]

I have installed Framework SDK 2.0. Unfortunately my
Visual Studio .Net 2003 doesn't see it. How can I make
use of new classes in my existing C# project? (I want to
use System.IO.Ports.SerialPort)

You can't.

If you want Visual Studio support for .NET 2.0, install a beta of VS2005.

http://lab.msdn.microsoft.com/vs2005/

-Dino
 
G

Guest

In theory, it is possible, as it was in 1.0 and 1.1, to set up an old version
of VS to use a new version of the Framework. In practice, however, it causes
more problems than it solves.

You are pretty much stuck with either using Visual Studio 2005 ... or moving
to a text editor and command line compiling.


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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