Skip to main content
Microsoft Silverlight
Home Forums Silverlight Programming Programming with .NET - General Silverlight 2 unhandled error 2104
3 replies. Latest Post by mrjvdveen on July 2, 2009.
(0)
ddni_nk
Member
6 points
57 Posts
06-30-2009 1:58 PM |
When I launch my html page from VS2008, I'm getting the following error:
Unhandled Error in Silverlight 2 Application Code: 2104 Category: InitializeError Message: Could not download the Silverlight application. Check web server settings
The silverlight control on my page doesn't seem to load...
I have checked MIME types and the three needed are present and correct. Additionally I ran fiddler, heres the summary:
.REQUEST { font: 8pt Courier New; color: blue;} .RESPONSE { font: 8pt Courier New; color: green;}
Any idea whats going wrong?
Thanks.
mrjvdveen
Contributor
2153 points
399 Posts
07-01-2009 3:59 AM |
Have you tried just browsing to your .xap file directly? This may clear up the possible causes for you. Also after doing this, you may want to check the IIS logs.
HTH.
07-01-2009 12:27 PM |
mrjvdveen: Have you tried just browsing to your .xap file directly? This may clear up the possible causes for you. Also after doing this, you may want to check the IIS logs.HTH.
Sorry I'm not too familiar with this type of work, how can I go about doing this?
07-02-2009 2:41 AM |
Happy to help. Open a browser (Internet Explorer for best results) and open the url to your .xap file. I can't help you out with the url much, but the .xap file is usualy in a folder called ClientBin.
Logging has to be enabled for you to actually read it. It can be found in the properties screen of the website in the IIS configuration screen. There it also states the location for the logfile.