How to make WPF XBAP work in Cefsharp (chrome)

2019-04-02 14:30发布

I am working on WPF XBAP application. It works in IE. It is not working in firefox and chrome. I searched and put a bunch of dlls inside google/chrome/Application path. still it didn't work.

I put npwpf.dll in c:/programfiles(x86)/MozillaFirefox/plugins folder, still it didn't worked in firefox. When opening the firefox plugins page in browser, I can't able to see WPF plugin there. I tried reinstalling .net 3.5, still plugin didn't show up.

To briew, could someone help me to know how I can make WPF XBAP to work in cefsharp and chrome.

Thanks.

2条回答
够拽才男人
2楼-- · 2019-04-02 14:37

Try putting nspr4 dll in c:/programfiles(x86)/MozillaFirefox/plugins,

then restart browser.

查看更多
我只想做你的唯一
3楼-- · 2019-04-02 14:55

Try putting xpcom dll and change the Environment path to "c:/programfiles(x86)/MozillaFirefox/plugins"

查看更多
登录 后发表回答