Question

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.

Was it helpful?

Solution

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

then restart browser.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top