Have used CefSharp to use the chromium web browser in a WPF project. The build works as expected, but when published, the error received is:
The invocation for the constructor on type 'CefSharp.Wpf.ChromiumWebBrowser' that matches the specific binding constraints threw an exception.' Line number '24' and line position '15'. IsTerminating:True
Have followed the advise here:
https://github.com/cefsharp/CefSharp/issues/2030
Which unfortunately has not yielded any results, have also followed the read me here:
https://github.com/cefsharp/cef-binary/blob/master/README.txt#L82
The files exist in the published directory, but in the event viewer, the error:
Application: APP.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileNotFoundException at CefSharp.Wpf.ChromiumWebBrowser.NoInliningConstructor() at CefSharp.Wpf.ChromiumWebBrowser..ctor()
Any assistance appreciated, as am not sure where else to look to resolve.