configuring .NET framework 1.1 for VC#.NET2002

  • Thread starter Thread starter savagerx
  • Start date Start date
S

savagerx

I have installed the .NET framework 1.1 but the software
seems not able to detect it, thus, how should I configure
my Visual C#.NET2002 so as to utilize the new framework
instead of the old version?
 
You can't. Visual Studio.NET 2002 targets specifically the Framework 1.0,
while Visual Studio.NET 2003 targets the Framework 1.1 (unless you open a
Visual Studio.NET 2002 project and don't convert it).

Gabriele
 
There is a way to do it, but it is very buggy and not advised. Primarily,
you will end up with lost functionality and may not be able to compile your
programs. If you are willing to take that risk, you can search
groups.google.com and you will find threads from earlier this year that
detail how to do it.

You can set up apps to run under 1.1 through the config file, however, as
long as you do not hit anything that is a breaking change between 1.0 and
1.1.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
 
Back
Top