We develop a Silverlight application, the latest version of which we have just deployed to our clients.
The problem is that some of our clients are getting errors when they attempt to access the application in Internet Explorer. The application loads fine in Google Chrome.
The error initially manifested itself as showing the Silverlight loading animation, getting to 100% and disappearing leaving a white page or simply sticking at 100%.
Having enabled JavaScript debugging, an error dialog appears informing the user of the following:
Line: 62 Error: Unhandled Error in Silverlight Application Code: 2110 Category: InitializeError Message: 2110 An error has occurred.
We cannot get any further than this. Can anyone shed any light on this issue?
Thanks very much,
Martyn.
Answer: 1
There are many reasons that cause this error. It may be from your code or IE itself. Could you ask the users do things such as:
- Try to disable IE9 compatibility view. (Press F12)
- Clear IE cache then close and re-open it before you go to the website.
If none of them works, you should check xaml code or attach the Silverlight process to the debugger and debug the code.
by : Ekkhttp://stackoverflow.com/users/849387
1 comment:
OMG THANK YOU SO MUCH 3 hours over phone to troubleshoot my issue with watching Netflix instant, kept getting error code 2110, and all I had to do was hit F12, Cache, Clear browser cache. THANK YOU SO MUCH! gotta go; time to put spongebob on for my little one!
Post a Comment
Send us your comment related to the topic mentioned on the blog