SystemSounds.Asterisk.Play();
当我在我的本地srver上测试它而不发布它时,这在我的应用程序中正常工作,但是当它发布时声音没有产生,意味着代码不播放声音。
任何观点????
答案 0 :(得分:1)
这应该在发布后有效,并在解决方案中保持通知声音
HtmlGenericControl sound = new HtmlGenericControl("<embed src=\"" + path + "\" autostart=\"true\" hidden=\"true\"></embed>");
PlaceHolder1.Controls.Add(sound);