How to make WPF XBAP work in Cefsharp (chrome)

假装没事ソ 提交于 2019-12-09 13:53:08

问题


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.


回答1:


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

then restart browser.




回答2:


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



来源:https://stackoverflow.com/questions/17324002/how-to-make-wpf-xbap-work-in-cefsharp-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!