I'm trying to complete the App Hub tutorial on how to create a Shooter 2D game in XNA - Located here: http://xbox.create.msdn.com/en-US/education/tutorial/2dgame/getting_started
The project contains a bunch of graphics and some audio files. But when I build the solution on my computer at hope it writes:
Error 1 Failed to open file gameMusic.mp3. Ensure the file is a valid audio file and is not DRM protected.
Now I know for a fact that the supplied audio file is not DRM protected, but just as a test, I used a program to re-"record" the MP3 and save it (should remove any DRM protection), I tried both saving it as MP3 and WMA, but same result. Lastly I tried recording my own MP3 at random, but same effect.
The error appears when it project is built so its not a "player" issue, but something in XNA I'm led to believe, or something missing from my computer.
Does anybody have any idea why this happens and how to fix it?
I'm using Visual Studio 2010 Ultimate and the Windows Phone Developer tools as explained in the tutorial (linked above)