Silverlight 4 会导致所有浏览器崩溃(SL3 不会)

发布于 2024-08-23 06:16:07 字数 462 浏览 3 评论 0原文

我正在多台机器上测试我的应用程序。在除 1 之外的每台机器上都很好。

我在一台 XP 机器上遇到问题,其中 internet explorerchromefirefox 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

桜花祭 2024-08-30 06:16:07

我不确定它可能是什么,但你可以尝试用这种方式调试它。

  1. 使用 Visual Studio 连接到正在运行的 Firefox 实例。
  2. 转到菜单“调试”->“调试”异常...并选中所有“异常时中断”框。
  3. 现在打开使浏览器崩溃的页面。

理想情况下,您应该使用调试器捕获异常。我在我的应用程序中发现了这种方式 OutOfMemoryException 。浏览器无缘无故崩溃,但调试器显示了正确的方向......

I'm not sure what it might be, but you could try debug it this way.

  1. Attach to running instance of Firefox with Visual Studio.
  2. Go to menu Debug -> Exceptions... and check all "Break when exception is" boxes.
  3. Now open page that crashes the browser.

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...

假扮的天使 2024-08-30 06:16:07

已在 RC/RTM 中修复(至少对我而言!)

Fixed in RC/RTM (at least for me!)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文