Jordan McGraw
Jordan McGraw

Reputation: 21

XNA does not respond to changes in code

Most simply explained, when I edit, delete, or add code into my XNA project, it does not respond. This is to say that I can comment out the entire Update method of my game and it will run as usual. This also means that the game is stuck at a certain time in development, and can not be edited. I've tried reopening my project and it does not help. I've had this problem before and it is incredibly infuriating and frustrating.

http://puu.sh/1kD6P This is an image where I have commented out the Update method and would normally never be able to run with 66 errors. But it does run.

In the past I have had to create new projects and drag all of my art assets over and copies of the code. That is the only way I know to fix it, but this has happened with every one of my projects (even on a different computer before).

Anybody know what's going on?

Upvotes: 1

Views: 119

Answers (1)

Cameron Scully
Cameron Scully

Reputation: 103

Have you tried rebuilding it from the build menu, not just clicking the debug button?

Upvotes: 2

Related Questions