dotnet framework version

  • Thread starter Thread starter anoop
  • Start date Start date
A

anoop

I have .net framework version 1.0 installed previously on
my windows XP, now I have downloaded new version that
is .net Framework version 1.1 from the Windows Update.
Should I discard the previous version or both version can
be installed on side by side, without having any problems
 
Hi,

They are fully side by side enabled.
No problems whatsoever if you leave them together.
 
anoop said:
I have .net framework version 1.0 installed previously on
my windows XP, now I have downloaded new version that
is .net Framework version 1.1 from the Windows Update.
Should I discard the previous version or both version can
be installed on side by side, without having any problems

I can be installed side-by-side...

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
anoop said:
I have .net framework version 1.0 installed previously on
my windows XP, now I have downloaded new version that
is .net Framework version 1.1 from the Windows Update.
Should I discard the previous version or both version can
be installed on side by side, without having any problems

As already stated in other posts, they can work side by side.

Some programs (e.g. Web Matrix) will continue to use version
1.0, because they are not automatically aware of the new version.

This can cause problems if you need some of the new features
in 1.1.

The solution in the case of Web Matrix (it may apply to other
programs as well) can be found here:
http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=249010
 
i have downloaded and installed version 1.1 framework. now i am unable to
open my projects in visual studio 2002. can i not use version 1.1 instead of
1.0.

pls reply asap thanks in advance.

sachin
 
There are two issues:
1. framework version: VS 2002 can be set to use either 1.0 or 1.1
2. solution files. VS 2003 solutions are not backward compatible with VS
2002 solution files. You cannot open a solution made with VS 2003 in VS
2002.

Are you trying to open projects that were built for VS 2003? If so, you
can't do it with VS 2002. However, with regard to the framework, you should
not have a problem using 1.1 with VS 2002.

HTH
Mountain
 
To HTH :)
Please, how do you choose between 1.0 and 1.1 ?
I have VS2002, and installed both frameworks. But VS2002 only sees 1.0
version, not v1.1, and i'd like too...
Thanx in advance..

Pascal
 
See
http://groups.google.com/groups?hl=...&oe=UTF-8&safe=off&q=framework+1.1+2002&meta=

Also, see this comment:
"...A Complete ReFormat had to be done. So either use VS.NET 2002 with 1.0
or upgrade to VS.NET 2003 as Jay suggested. It is not worth the pain and
hassle. Trust me ;)"

So maybe my earlier comments were too misleading -- it looks like it IS a
problem to use framework 1.1 with VS 2002. Sorry to mislead you. (I guess
HTH was really more hopeful than helpful in this case.)

HTH this time!
 
Back
Top