Silverlight 4 会导致所有浏览器崩溃(SL3 不会)
我正在多台机器上测试我的应用程序。在除 1 之外的每台机器上都很好。
我在一台 XP 机器上遇到问题,其中 internet explorer
、chrome
和 firefox
Silverlight 插件使用 Silverlight 时,每个页面都会崩溃。
曾经在 silverlight 3 上正常工作的页面立即崩溃 - 包括我的应用程序和 Silverlight Beta 4 演示页面!!!浏览器立即崩溃,甚至不尝试加载页面。
我不知道如何调试这个,因为没有错误。在所有这些浏览器中它都会立即崩溃。 重新安装、重启都没有解决问题。
I am testing my application on a number of machines. It is fine on every machine except 1.
I'm having problems with one XP machine where in internet explorer
, chrome
and firefox
the Silverlight plugin crashes on EVERY page with Silverlight.
Pages that used to work fine with silverlight 3 crash instantly - including my app and the Silverlight Beta 4 demo page!!! The browser crashes instantly and doesn't even attempt to load the page.
I don't know how to debug this because there's no error. It just crashes instantly in all these browsers.
Reinistalling, rebooting didn't fix the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定它可能是什么,但你可以尝试用这种方式调试它。
理想情况下,您应该使用调试器捕获异常。我在我的应用程序中发现了这种方式
OutOfMemoryException
。浏览器无缘无故崩溃,但调试器显示了正确的方向......I'm not sure what it might be, but you could try debug it this way.
Ideally you should catch an exception with debugger. I've spotted this way
OutOfMemoryException
in my app. Browsers were crashing with no reason, but debugger showed the right direction...已在 RC/RTM 中修复(至少对我而言!)
Fixed in RC/RTM (at least for me!)