Silverlight 2.0 loading issue - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T02:21:58Z http://stackoverflow.com/feeds/question/641570 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue 4 Silverlight 2.0 loading issue ericphan 2009-03-13T05:26:02Z 2009-08-31T06:12:51Z <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">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">http://memorabilia.hardrock.com/</a></li> <li><a href="http://demos.telerik.com/silverlight/default.aspx" rel="nofollow">http://demos.telerik.com/silverlight/default.aspx</a></li> <li><a href="http://timheuer.com/wpfe/versiontest/" rel="nofollow">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><img src="http://img6.imageshack.us/img6/1309/hardrockerror.jpg" alt="alt text" /></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> http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue/657402#657402 0 Answer by NinethSense for Silverlight 2.0 loading issue NinethSense 2009-03-18T08:43:04Z 2009-03-18T08:43:04Z <p>May be a reinstall of Silverlight runtime or IE7 can help.</p> http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue/663706#663706 1 Answer by Glen for Silverlight 2.0 loading issue Glen 2009-03-19T19:36:41Z 2009-03-19T19:36:41Z <p>I'd double check that the HTML markup that invokes the Silverlight control has the correct version number listed. If you use the ASP User Control, it should be fine. If you hand code the HTML, it should look something like this:</p> <pre><code> &lt;object data="data:application/x-silverlight," type="application/x-silverlight-2" id="silverlightHost" width="100%" height="100%"&gt; &lt;param name="source" value="ClientBin/MYXAPFILENAME.xap" /&gt; &lt;param name="onerror" value="onSilverlightError" /&gt; &lt;param name="background" value="white" /&gt; &lt;param name="initparams" value="&lt;%= _initParams %&gt;" /&gt; &lt;param name="minRuntimeVersion" value="2.0.31005.0" /&gt; &lt;param name="autoUpgrade" value="true" /&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> http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue/663786#663786 0 Answer by C. Dragon 76 for Silverlight 2.0 loading issue C. Dragon 76 2009-03-19T19:53:56Z 2009-03-19T19:53:56Z <p>Perhaps the client has an older build of SL2 installed. You can check their version number in the About tab in the Microsoft Silverlight Configuration panel (right click on the empty Silverlight app).</p> <p>If it's an older build, they'll need to install the RTM build.</p> http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue/750496#750496 0 Answer by ericphan for Silverlight 2.0 loading issue ericphan 2009-04-15T06:11:22Z 2009-04-15T06:11:22Z <p>After months of to-ing and fro-ing the issue has been resolved - although we still don't know the true underlying cause.</p> <p>The client's IT staff recently updated their transparent proxy server (which also filters content) and the silverlight app started working under IE.</p> <p>One of the changes made was to permit the downloading of DLL files (which is bundled in the XAP file). They think that is the cause, although I am not 100% convinced as it doesn't quite explain why it works in Firefox (assuming it also runs through the proxy)</p> http://stackoverflow.com/questions/641570/silverlight-2-0-loading-issue/1356039#1356039 0 Answer by Dicky for Silverlight 2.0 loading issue Dicky 2009-08-31T06:12:51Z 2009-08-31T06:12:51Z <p>I have a Silverlight 3 application which I am trying to host on my Apache web server. I keep getting the following error message on my browsers (IE and Firefox) every time.</p> <p>Error: Unhandled Error in Silverlight Application Code: 2103 Category: InitializeError Message: 2103 An error has occurred. Code: 0</p> <p>It works when I run locally with IIS on my machine. All my namespaces are correct. I have also added the following MIME Types.</p> <p>application/manifest manifest application/octet-stream deploy application/vnd.ms-xpsdocument xps application/x-ms-application application application/x-ms-xbap xbap application/x-msdownload dll application/x-silverlight-app xap application/xaml+xml xaml</p>