Note that there are some explanatory texts on larger screens.

plurals
  1. POError 2104: Could not Load Sivlerlight Application
    text
    copied!<p><strong>[The 2104 error has now "magically" disappeared and I don't know (yet) what changed - so please don't spend time on this. I will post back if/when I figure out what caused the original problem.]</strong></p> <p>Running SL4, Win7, VS2010 SP1 and this problem occurs while debugging the app(s). I have two distinct SL apps (projects) and they are in different VS2010 Solutions. I'm using the default debug web server (Cassini?). App #1 contains a hyperlink to App #2, but when I click that hyperlink I get the subject error message. </p> <p>App #1 is also a SL4 app and the linking is done with code in a handler:</p> <pre><code>System.Windows.Browser.HtmlPage.Window.Navigate(uri, "_blank"); </code></pre> <p>I've checked the uri in the debugger and it looks right. Identical code in another handler works OK (linking to a different target.)</p> <p>App #1 is hosted on localhost:45621 while App #2 is hosted on localhost:55562. App #2 web server is already running at the time I click the hyperlink in App #1. Also, If I take the URL associated with the hyperlink that is clicked and simply paste it into a fresh browser address bar then App #2's SL page opens without problems. I have clientaccesspolicy.xml files for both Apps:</p> <pre><code>&lt;access-policy&gt; &lt;cross-domain-access&gt; &lt;policy&gt; &lt;allow-from&gt; &lt;domain uri="*"/&gt; &lt;/allow-from&gt; &lt;grant-to&gt; &lt;resource path="/" include-subpaths="true"/&gt; &lt;/grant-to&gt; &lt;/policy&gt; &lt;/cross-domain-access&gt; &lt;/access-policy&gt; </code></pre> <p>I'm at a loss as to how to troubleshoot this at this point and would appreciate any suggestions as to what the cause might be -- or how to further isolate the problem. Thanks in advance, Bill</p>
 

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