upgrading .net from 1.0 to 1.1

  • Thread starter Thread starter christian Schaathun
  • Start date Start date
C

christian Schaathun

Hello

I have visual studio, that ships with framework 1.0 .
I need to upgrade this to 1.1, I downloaed the dotnetfx.exe from microsoft,
and installed it .
but this caused a lot uf bugs in my application.

After googling for a couple of days i found out that this was caused by
installation of both 1.0 and 1.1 .
Aha! I though.. lets uninstall 1.0 .. Smart.. not.. I had to reinstall
visual studio...

so now i wonder,, how can i upgrade the 1.0 that ships with vs.net to 1.1 ?

Chris .
 
so now i wonder,, how can i upgrade the 1.0 that ships with vs.net to
1.1 ?

Visual Studio 2002 only works with .NET framework 1.0
Visual Studio 2003 only works with .NET framework 1.1

There is no way for you to change this. If you want to develop for .NET
1.1 you have to get VS 2003. I believe, You can have both versions of VS
installed simutaneously. You CAN have both versions of the framework
installed at once.

Michael Lang, MCSD
 
Back
Top