Visual Studio 2008 and .NET Framework 4.0

visual-studio-2008

If I have Visual Studio 2008 and .NET framework 4.0, can I run a project or application built using Visual Studio 2010?

Best Answer

It's not possible, because the Visual Studio 2008 does not understand the target framework version for version 4.0. Additionally the format of the project files are slightly different between the Visual Studio versions. You have to stick either with Visual Studio, or give SharpDevelop or MonoDevelop a try.