Note that there are some explanatory texts on larger screens.

plurals
  1. POSilverlight 2.0 loading issue
    primarykey
    data
    text
    <p>I have developed a SL2 application for a client (whose computers are under pretty heavy lockdown via group policies). The SL2 application has worked fine for everyone except the client.</p> <p>The client is using WinXP + IE7 and has the SL2 runtime installed.</p> <p>On the client's machine the following error pops up:</p> <pre><code>Error: Unhandled Error in Silverlight 2 Application Code: 2103 Category: InitializeError Message: 2103 An error has occurred Code: 0 </code></pre> <p>The client can load SLv1 websites like <a href="http://silverlight.net" rel="nofollow noreferrer">http://silverlight.net</a></p> <p>The client can't load SLv2 websites like:</p> <ul> <li><a href="http://memorabilia.hardrock.com" rel="nofollow noreferrer">http://memorabilia.hardrock.com/</a></li> <li><a href="http://demos.telerik.com/silverlight/default.aspx" rel="nofollow noreferrer">http://demos.telerik.com/silverlight/default.aspx</a></li> <li><a href="http://timheuer.com/wpfe/versiontest/" rel="nofollow noreferrer">http://timheuer.com/wpfe/versiontest/</a></li> </ul> <p>What the client sees is a blank silverlight canvas but is able to right click and bring up the silverlight preferences menu.</p> <p><a href="http://img6.imageshack.us/img6/1309/hardrockerror.jpg" rel="nofollow noreferrer">alt text http://img6.imageshack.us/img6/1309/hardrockerror.jpg</a></p> <p>Any ideas on how to debug this issue or has anyone else encountered this issue?</p> <p>I should add that it works fine under firefox, but their IT department is unwilling to roll out FF to all the machines. The environment must be XP + IE7</p> <p>Markup:</p> <pre><code>&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"&gt; &lt;param name="source" value="/ClientBin/RosterUI.xap"/&gt; &lt;param name="onerror" value="onSilverlightError" /&gt; &lt;param name="background" value="white" /&gt; &lt;param name="minRuntimeVersion" value="2.0.31005.0" /&gt; &lt;param name="autoUpgrade" value="true" /&gt; &lt;param name="scaleMode" value="zoom" /&gt; &lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"&gt; &lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/&gt; &lt;/a&gt; &lt;/object&gt; </code></pre>
    singulars
    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