Hi,
I need to use CefSharp in my WPF application created using VS2012 .Net framework 4.5. I've placed the require dlls in the appropriate place. I tried the following code in code behind file.
BrowserBorder.Content = wView;
The control doesn't load anything. Am I missing anything ? Is CefSharp compatible with .Net framework 4.5 ?