thehen I keep getting this error:
An exception of type 'System.IO.FileNotFoundException' occurred in Microsoft.Xna.Framework.ni.dll but was not handled in user code
And this highlighed green: Stream stream = TitleContainer.OpenStream(file);
I already check everything multiple times, made sure that WindowsPhoneExample/media/ is there and contains correct WAV files. (music.wav & sound.wav)
and replaced original files with the files that are in Extra Files folder.
The back function works perfect, but the sound and music doesn't work.
What am i doing wrong?
Thank you
Stan