This is a common question on the .NET Framework Setup Forum. Let me first answer this by YES!!! ABSOLUTELY!!! WE DESIGNED IT THAT WAY!!!! Ok now that is out of the way, I would like to explain why. .NET Framework 3.0 is built on the .NET Framework 2.0
Read More...
A. Visual Studio 2005 will target your managed appliations as 2.0 by default. 3.0 adds to the 2.0 layer and is fully backwards compatible. For more information check out the following link: http://msdn2.microsoft.com/en-us/netframework/aa663309.aspx If
Read More...