I'm running out of disk space and could not install version 4 of the dot net framework so I'm thinking of removing old installs (2 and 3 with service packs) to make room for the newer version. Will things stop working or is the dot net framework backwards compatible?
migrated from stackoverflow.com Jan 5 at 10:29
This question came from our site for professional and enthusiast programmers.
|
If you remove the previous frameworks, then you'll have to edit the application config files of applications that target pre-4.0 frameworks to get them to work.
There's an explanation here and here. If you run quite a few .NET programs, I'm sure there are other things on your machine that you can uninstall that has lower priority. | |||||||||||||
feedback
|
C:\Users\you\AppData\Local\Microsoft\Web Platform Installer\installersto spare some space – Steve B Jan 5 at 10:34