XBAP 与 FireFox 和 Windows 7
Firefox 依赖 .NET 3.5 安装程序安装的扩展和插件来运行 XBAP。不幸的是,在 Windows 7 中已经安装了 .NET 3.5 运行时。
有谁知道如何获取这些插件/扩展,以便您可以实际将 XBAP 部署到 Windows 7 上的 FireFox?
Firefox depends on an extension and plugin installed by the .NET 3.5 installer to run XBAPs. Unfortunately, in Windows 7 the .NET 3.5 runtime is already installed.
Does anyone know how to get a hold of these plugins/extensions so you can actually deploy XBAPs to FireFox on Windows 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果,答案是将扩展的 DLL 从另一台可以运行 .NET 3.5 运行时的计算机(可能是 XP)复制出来并进行部署。
我不确定这种做法的合法性,但它确实有效。
Turn out, the answer is to copy the DLL of the extension out of another (presumably XP) machine that can run the .NET 3.5 runtime and deploy it.
I'm uncertain of the legality of this maneuver, but it works.