Launching Web (Silverlight Application) in Debug mode getting Error - silverlight

I am getting an error when trying to debug into my Silverlight application. Does anybody know what might be wrong? I tried the Things you can try section to no avail.
error I am getting

Related

How to log console errors to a file from reactjs application to a file using window.onerror?

i am planning to log all the console errors from my reactjs application to file using window.onerror.
Could someone provide tutorial links to do for the whole application or some links that could help me start handling the errors from the frontend...
Could someone help me with this. thanks.

Deploying Click Once Application

Publishing of application was success
if downloaded the application from pavan.somee.com/default.html showing an error "setup.exe is not commonly downloaded and could be dangerous"
If i select "Keep" option, everything went well, please help me to solve this eror

How to see logs for ADF mobile application?

I have deployed a sample application into Android emulator. Its executing, however its giving wrong output. How to debug it?? and If error comes while opening the page in emulator, where i can see the entire log??
Regards
Raj
Here you go, 'Testing and Debugging ADF Mobile Applications' :
http://docs.oracle.com/cd/E35521_01/doc.111230/e24475/debugging.htm

Application just shows spinner - how can I debug?

I have a small silverlight app and when I "play" it, it just hangs in the browser. (Shows the spinner).
How can I debug this and find the cause?
Thanks
I would recommend the following...
Use Fiddler to see if there is any data that is coming/going to the server when you use this application.
Use another browser and see if the issue manifests itself
If it happens with all the browsers, then you can try capturing a dump of Internet Explorer and try to analyze it for the actual issue.
Is there a javascript exception? Open up the developer tools for your browser (F12 in IE and Chrome) to see the specific error message and error code. Once you have those, google them and voila!

Silverlight: Why do I get "Internet Explorer cannot display the webpage"?

Sometimes I create a Silverlight project and I get "Internet Explorer cannot display the webpage" when I try and run it. If I keep pressing refresh (usually 2 or 3 times) the page loads ok. Occasionally, I also get the message dialog:
Webpage Error
Line: 56
Error: Unhandled Error in Silverlight Application
Code: 2104
Category: InitializeError
Message: Could not download the Silverlight application. Check web server settings
Other Silverlight projects still work fine. Anyone know what causes this problem with some projects ?
This has worked for me:
Debugging Silverlight applications with IE9 beta

Resources