visual-studio - 为什么 Visual Web Developer 2008/2010 不再在 Firefox 中调试 silverlight 应用程序?

标签 visual-studio debugging visual-web-developer

今天 Visual Web Developer 突然不允许我调试 Silverlight 应用程序。

这种情况发生在 2008 和 2010 版本中。

它不会给出错误消息,只是忽略所有断点。

它仍然可以调试 ASP.NET 应用程序。

还有其他人遇到过这种情况吗?

添加:

有趣:调试在 Internet Explorer 中有效,但在 Firefox 中无效。此外,在第二台计算机上的新安装上,它可以在 IE 和 FF 中进行调试。刚刚注意到FF浏览器还是3.6.3版本。

我清除了 Firefox (3.6.4) 中的所有内容,但它仍然无法在该浏览器中进行调试(在两台计算机上):

alt text http://www.deviantsart.com/upload/l46lcc.png

卸载 Silverlight 插件时我看到了这个:

alt text http://www.deviantsart.com/upload/1i7j8ao.png

最佳答案

检查此链接:

http://forums.silverlight.net/forums/t/188434.aspx

解决方案似乎是:

Regarding the debugging: I think it would be possible to write a VS plugin or similar to attach to the plugin-container.exe process automatically, however there's a simpler solution. You can disable the new isolation feature in Firefox:

Type "about:config" into FF's address bar Accept the warning (if applicable) Search for the entry "dom.ipc.plugins.enabled.npctrl.dll" Change its value from "true" to "false" (double-click) Restart the browser

关于visual-studio - 为什么 Visual Web Developer 2008/2010 不再在 Firefox 中调试 silverlight 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3120025/

相关文章:

visual-studio - 如何删除存储在 Visual Studio 中的数据库连接字符串?

c++ - C++ 中的 vector 与数组

c++ - 是什么导致我的堆栈中出现神秘的重复条目?

debugging - PyCharm 调试 - 设置下一个语句

visual-studio-2010 - 网络开发人员 2010

c# - ASP.NET默认登录,获取用户ID session 值

c++ - .lib 链接其他 .libs

visual-studio - 找出我的应用程序当前在 Visual Studio 的 Debug模式下运行的代码行

c# - Model.(Variable) 是做什么的?

c# - 新的元组语法在 C# 版本 7 中不起作用