Quote:
Originally Posted by marcusj0015
for some reson ths breaks on my computer it says that the name space is invalid at
using (Game1.cs game = new Game1.cs())
which is located in program.cs
in running windows 7 rtm x64 if it makes a difference and using visual studio 2008 sp1 and xna 3.1
|
Did you upgrade it to XNA 3.1? It was made for XNA 3.0, but it can be upgraded to 3.1 by right-clicking on the project in the Solution Explorer and clicking on where it says something about upgrading the project. If that still does not work, open References that you would find in the same area and make sure that Microsoft.Xna.Framework.Game is there and does not have a yellow icon beside it.