XBAP Application, can these work in Google Chrome?

前端 未结 4 945
执念已碎
执念已碎 2020-12-08 08:18

I\'m developing a .NET 3.5 XBAP application that runs perfectly fine in FF3 and IE6/7 etc. I\'m just wondering if its possible to get these to run under other browsers, spec

4条回答
  •  执笔经年
    2020-12-08 08:50

    XBAP applications do work in google chrome, however you have to set your environments PATH variable to the directory where xpcom.dll is located.

    for example SET PATH=PATH;"C:\Program Files\Mozilla Firefox"

提交回复
热议问题