using VS.Net 2003 with Framework 2 beta

  • Thread starter Thread starter Gregory Khrapunovich
  • Start date 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)
 
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!
***************************
 
Back
Top