XBAP 无法在 Mozilla Firefox 中运行
我尝试在 Firefox 中打开 XAML 浏览器应用程序,但它始终显示一个打开/保存对话框,并且每个选项都会打开一个新选项卡。
有什么解决办法吗?
I try to open a XAML Browser Application in Firefox, but it always displays an open/save dialog and for each option keeps opening a new tab.
Is there any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Firefox 不支持 XAML 或 XBAP 应用程序。据我所知,唯一能做到这一点的是 Internet Explorer。因此,您所看到的是预期的行为。 Firefox 将它们视为无法自行处理的文件类型并下载它。
Firefox doesn't support XAML or XBAP applications. The only thing I'm aware of that does is Internet Explorer. Therefore, what you're seeing is expected behaviour. Firefox is treating them as a filetype it can't handle itself and downloading it.
您需要WPF插件< /a> 在 Firefox 中运行 XBAP。
You need WPF plug-in to run XBAP in Firefox.
实际上,我似乎必须将 npwpf.dll 文件复制到 Mozilla 的插件文件夹中。
Actually it seems that i have to copy the npwpf.dll file into the plugins folder of Mozilla.