Page 1 of 1

WPF - Failed to create browser.

PostPosted: Sat Apr 11, 2015 7:09 am
by kevintran1402
I am finding a solution to embedded Chrome instead IE in .NET. I facing with below error
when trying build my first app using CefGlue latest version + (CEF 3.2272.2035)

An unhandled exception of type 'System.InvalidOperationException' occurred in Xilium.CefGlue.dll

Additional information: Failed to create browser.


This exception throught on line 40 of CefBrowserHost.cs File (throw ExceptionBuilder.FailedToCreateBrowser();)

Please help, i really appreciate!

----My App Info---
WPF 4.0
CEF 3.2272.2035 x86
Xilium.CefGlue Latest Version x86

Re: WPF - Failed to create browser.

PostPosted: Tue May 26, 2015 7:28 pm
by jnwan
You need to initialize the CefRuntime, look at the code in CefGlue.Samples.WpfOsr and CefGlue.Client.