While installing dotnet frame work 3.5 these things you should take care.
1.Dotnet framework 3.0 and 3.5 are just add-ins to framework 2.0.
2.Without installing 2.0 you can't install only 3.5.
3.But with framework 3.5 both 20 and 3.0 will come.
4.Suppose you are installing 3.5 sp1 then it contains 2.0 sp2 and 3.0 sp2.
5.If you are installing only 3.5 it contains 2.0 sp1 and 3.0 sp1.
6. Some times if .net framework 2.0 already installed it will give error
while installing 3.5. If you remove 2.0 also it will not be solved.
The solution for this is you have to clean framework with dotnet framework
clean up tool. This exe is free and is easily available in net.
After cleaning it with cleanup tool you have to install 3.5 framework.
Hi Bj, The 2nd point is wrong. U r saying with out 2.0 3.5 cannot be installed, it can be installed.
ReplyDeletePraveen
Dear Praveen........... 3.5 has no existance without 2.0 . Since in 3.5 2.0 is also there you can install it, but only 3.5 you can not install and it is meaning less since 3.5 is just add in to the 2.0
ReplyDelete