-1
votes
0answers
28 views

XNA crash when publish

I've made a 2D game, it runs fine when debugging but when I publish and install the game prompts an error and fails to run. I have three text files in my game which store various game data - ...
1
vote
1answer
84 views

Packaging XNA game studio with project

I published an XNA game (for Windows only) using Visual Studio's publish feature which is supposed to handle dependencies and all that. When I installed it on myself it verified system requirements ...
5
votes
6answers
293 views

What can I do with an old XNA game?

I have this little amusing game that I made in my second year of high school, and I'm rather impressed with it. It isn't anything that I could present in any style of major game conference or ...
9
votes
1answer
891 views

How do I create an installer for my XNA demo?

I have a demo coded in XNA3.1 using VS2008. I'd really love to be able to send this to anyone with a PC and let them install and run it without requiring them to have VS installed or the .Net ...