I'm currently in the process of creating a game in XNA (for Windows), and one of the things I wanted to do with it is to be able to play external audio files, instead of creating a sound bank and using the built-in XNA audio features. This seems to work fine, but my main issue is that during debugging, when the audio file is loaded, it throws ...