views:

30

answers:

1

I am trying to open this project in VS 2010. However, it fails, and I am unable to open the project. Why could this be happening?

The project is XNA.

Here is an error message:

The project file 'ShipDemo.csproj' cannot be opened. The project type is not supported by this installation.

+4  A: 

XNA Game Studio is built upon Visual Studio 2008. They have not updated it to work with VS 2010 at this point.

In order to use XNA, you still need to work in VS 2008.

Reed Copsey
XNA projects are not supported by VS by default, so waiting for XNA Studio for VS2010 is all that we can do now.
Lex Li