Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am facing an issue that due to some missing styles, when I run my Silverlight 4 application it simply shows a blank page instead of throwing an exception and telling me which style is missing. Any suggestions??

share|improve this question
Have you tried running under debugger and analyzing the debug output? Does it say something about the error? – Pavel Gatilov Dec 2 '11 at 19:15
It does not say anything about the error other than The program '[5348] chrome.exe: Silverlight' has exited with code 0 (0x0). – Zahid Sattar Dec 2 '11 at 19:16
2  
And what if you run it under, say, IE? Does it also crash silently? – Pavel Gatilov Dec 2 '11 at 19:20
The built in IE debugger throws an exception. Awesome!! Thanks. – Zahid Sattar Dec 2 '11 at 19:26

1 Answer

up vote 2 down vote accepted

So, seems like the answer is:

When debugging Silverlight, try using different browsers. Pay special attention to IE since it is somewhat integrated with other Microsoft software, including VS.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.