configuring .NET framework 1.1 for VC#.NET2002

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?
 
G

Gabriele G. Ponti

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
 
C

Cowboy \(Gregory A. Beamer\)

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!
****************************************************************************
****
 

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