我正在尝试在Windows窗体应用程序的后台播放一首歌。 我试过这个:
System.Media.SoundPlayer sound = new System.Media.SoundPlayer();
sound.Stream = Properties.Resources.K_39_NAAN___Wavin_39_Flag;
sound.PlayLooping();
但是,当我这样做时,当我的应用程序运行x分钟时,我收到此错误:
vshost32.exe已停止工作
我不能使用网址,因为它必须安装在其他计算机上才能工作。