When I run in Microsoft Visual Studio, the sound works. However, after I published it, the sound doenst work. The sound properties are set to Content. Can someone help? Thanks
private void InitializeSound()
{
// Create an instance of the SoundPlayer class.
player = new SoundPlayer(@"Sounds\sirenpolice3.wav");
}
try this sample