I have a WPF Project, in MainWindow.xaml there are 1 grid which contain button, 1 cefsharp ChromiumWebBrowser. When loading window Grid is Visible and ChromiumWebBrowser is Hidden. If I click the button, Grid is Hidden and ChromiumWebBrowser is Visible and ChromiumWebBrowser must open 1 html page.
My project is working perfectly in visual studio. After that I build to .msi file and install it. When run exe file, app open normally but when I click button it will be crash and close immediately. I open file debug.log and see the error
WARNING:alloy_constrained_window_views_client.cc(63) No likely focused browser
So anyone can help me to solve this issue? I really appreciate any idea from every one.
Noted: I use VS2022 64 bit and msi file is also x64bit version
What I have tried:
I open event viewer and see another error
Faulting module name: libcef.dll, version: 108.4.13.0, time stamp: 0x63976dec