I’m new to Windows development and I have a question. I’m using a Mac with Boot Camp to run Windows in dual boot, but I have an extremely small Windows partition (10 GB, because Boot Camp failed with bigger partition, due to the disk usage). After installing Visual Studio 2008 I continuously get low-disk-space warnings so I want to free up some space. I can see, from the control panel, that I have several .NET Framework versions installed (1.0, 2.0, 3.5, various service packs). I want to know if since I have the 3.5 installed, I can safely remove the other ones.
Thank you.
You can remove the 1.1 Framework, but you cannot remove the 2.0 Framework
This is because the .NET 3.5 framework is an extension of the 2.0 framework, and not a separate one.