Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to run Silverlight application from Visual Studio 2010
    primarykey
    data
    text
    <p>I'm in the process of setting up a new machine as a development environment and I'm having issues getting an existing code base that hosts a Silverlight application to work. The code runs fine on all other machines that my team uses.</p> <p>Here is the error:</p> <blockquote> <p>Error: Unhandled Error in Silverlight Application<br /> Code: 2104<br /> Category: InitializeError<br /> Message: Could not download the Silverlight application. Check web server settings</p> </blockquote> <p>I have had a Google around for some answers on this and I realize there is a <a href="https://stackoverflow.com/q/4040416/308012">duplicate question</a> on StackOverflow already, but it does not provide enough information and the answers have not worked for me.</p> <p>I am attempting to run the solution through Visual Studio 2010 Ultimate, using IIS Express 7.5 integration (as opposed to the Cassini web server). This approach works perfectly fine on all other machines, except for this one.</p> <p>I have found that if I specify to use full IIS integration (instead of Express) and select the <strong>SilverlightTestPage.aspx</strong> as the start up page, then the application runs (although not perfectly). Also, if I publish the application and host it on IIS, it again works fine. However, when running through Cassini or IIS Express 7.5 integration, or when trying to get it to run through the <strong>Default.aspx</strong> or correct start up page it does not work.</p> <p>Does anyone have any ideas what this might be? I've already checked that the MIME type in IIS is correct (not sure if I can do this in IIS Express as well?) and that the XAP files are building into the correct directory.</p>
    singulars
    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.
    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