Integrate the .NET Framework 1.1 into MS Visual Studio .NET 2002 ??

R

Robert Mayer

Thanks, but is there no other (better) way to install the newer .NET
Framework 1.1 and work with it in Visual Studio .NET 2002 ??

For example in JBuilder for Java I can select which Framework I use.
 
C

Cowboy \(Gregory A. Beamer\)

Robert Mayer said:
Hello!

Can I integrate the .NET Framework 1.1 into the Microsoft Visual Studio ..NET
2002 Edition?

Yes. Sort of.

Next question: Should I? No, not in a million years.

It requires a very kludgy set up that is horribly bug ridden. While it will
not affect most apps, the IDE "randomly" blows up when you do this
combination.

Not convinced? You can go back in groups.google.com and see the method of
setting this up if you would like to try yourself. Once again, I do not
recommend it.
Because there are new classes like the FolderBrowseDialog Class
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html
/frlrfsystemwindowsformsfolderbrowserdialogclasstopic.asp) which only works
with the .NET Framework 1.1 respectively the MS Visual Studio .NET 2003
Edition.

Thanks!

Best bet is to move to VS.NET 2003.

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

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

james

The short answer is no. But, you can do a hack to make VS.NET 2002 work with
the 1.1 Framework. But, it is not worth the effort. Your best bet is to get
VS.NET 2003. Or use SharpDevelop with 1.1(free IDE).
james
 

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