Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SystemSounds.Asterisk.Play();
これは、公開せずにローカルサーバーでテストしているときにアプリケーションで正常に機能しますが、公開するとサウンドが生成されず、コードがサウンドを再生しないことを意味します。
任意のビュー????
これは公開後に機能し、ソリューションで通知音を鳴らし続ける必要があります
HtmlGenericControl sound = new HtmlGenericControl("<embed src=\"" + path + "\" autostart=\"true\" hidden=\"true\"></embed>"); PlaceHolder1.Controls.Add(sound);