Game Development Community

Can't open project in C# 2008

by SlowDaddie · in Torque X 2D · 10/04/2010 (3:30 am) · 2 replies

I can't open my game project anymore from C# 2008 Express. It throws an Assert "This Project Type is not supported by this installation).

I'm running Windows 7, and using C# 2008 Express, XNA Gamestudios 3.1

Thanks for any help.


#1
10/04/2010 (5:24 am)
Create a new project, build it, close it, and try to open it.

If it works, then you know its a problem with your project file. If it doesn't work then you know its a problem with C# or something that was recently installed on your computer.
#2
10/04/2010 (5:39 am)
Thanks Aaron, I got it working. I just had to uninstall/reinstall XNA GameStudio :)