If I have Visual Studio 2008 and .NET framework 4.0, can I run a project or application built using Visual Studio 2010?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.