Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to customize or remove the SilverLight Update alert box?
    primarykey
    data
    text
    <p>We recently added a small silverlight client that loads on every page load. </p> <p>However for the visitors who for some reason don`t want to upgrade their silverlight version they are seeing this annoying message on every single page load: <img src="https://i.stack.imgur.com/Y90DA.png" alt="enter image description here"></p> <p>From where is this alert triggered and how can I stop it from being triggered? I<code>ve looked in the silverlight.js file but can</code>t find it.</p> <p>Following is the code where the Silverlight app is embeded:</p> <pre><code> &lt;div id="silverlightControlHost"&gt; &lt;script type="text/javascript" src="http://$CommonHelps.GetSiteInfoByDomain().ContentDomainJavascript/Silverlight.js"&gt;&lt;/script&gt; &lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="5" height="5" &gt; &lt;param name="source" value="/ClientBin/AppLaunch.Bloc.Frontend.SilverLight.UserOnlineClient.xap"/&gt; &lt;param name="onError" value="AppLaunch.Chatbar.onSilverlightError" /&gt; &lt;param name="background" value="white" /&gt; &lt;param name="minRuntimeVersion" value="3.0.40818.0" /&gt; &lt;param name="autoUpgrade" value="true" /&gt; &lt;a href="http://go.microsoft.com/fwlink/?LinkID=149156&amp;v=3.0.40818.0" target="_blank"&gt; Install silverlight to chat with your friends &lt;/a&gt; &lt;/object&gt; &lt;iframe id="_sl_historyFrame"&gt;&lt;/iframe&gt; &lt;/div&gt; &lt;p id="UserOnlineClientConnectionClientEx"&gt;&lt;/p&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload