Hi All,
I am new here and i hope this is the right place for my post.
I am a beginner i have recently started reading XNA3.0 Programming for novice to expert, just for having an idea how i can create my own game.
The problem is that i got stucked when i had to add sounds files using XACT. The problem is that as i run the debug next to this string: audioEngine = new AudioEngine(@"Content\MySounds.xgs"); appears a window saying:
File not found exception it has not been managed (I am italian and therefore i have made a possible english translation of the message)
Impossible to find the file C:\Users\Administrator\Desktop\XNA\Libro\Prova1\WindowsGame1\WindowsGame1\bin\x86\Debug\Content\MySounds.xgs'.
Now my question is the following: why the program insists to find the file in this location despite i have loaded the file from the exploresolution\content? the file mentioned can be found in the usual content directory.
I wait for you people :)
Cheers
Abufalia