man, I'm full of trouble while working with XACT...
so, I finally got my XACT project to not crash when trying to create sounds and cues....and I figured out from a different thread how to fix the problem with it not finding my .wav files.
Now, however, I can't run my program, because it tells me that it can't find the debug/audio/[insert file anem here].xgs/.xwb/.xsb
I looked around and couldn't find any solutions to this problem, so I decided to post yet another thread, hoping someone who has had this problem figured out how to fix it
edit: I figured it out(I think). I had changed the paths in my program to Audio\\TutorialAudio.xgs, etc. when I was trying to fix the path problem with my .wav files.
For some reason, it had no problem with that change until it tries to create the .xgs/.xsb/.xwb files in the debug folder. When I changed the path in my code back to Content\\Audio\\TutorialAudio.xgs, etc...it had no problem with it and ran my sound effects perfectly.