Can I uninstall the older verisons of Microsoft .NET framework when I install the newer ones?
by Guest Geek on November 16, 2009Q: I have multiple versions of Microsoft .NET framework. Can I uninstall the older versions?
Q: I have multiple versions of Microsoft .NET framework. Can I uninstall the older versions?
It seems like most people suggest you keep .NET framework 1.0 and .NET framework 2.0 when you install .NET 3.5. The reason for keeping 2.0 is that 3.5 is built on top of 2.0. The reason for keeping 1.0 is for compatibility reasons. You can read more comments about it at stackoverflow.com.
matt says: on November 17, 2009 at 8:54 am