I have a Wpf
Application
that uses CEF
to show web content in the application. It is working on every system, but Windows 7. There the Application
will work until i get to a UserControl where CEF
is embedded.
It just crashes when i get to this point and I can't debug, because the Visual Studio Installation fixes my problem.
So I started this morning and tried this:
I found many ClickOnce Problems (like this or here) - but i don't deploy it like that at the moment. I just want to make it work by copy deployment.
Currently the Installation of VS2015 (only tried this version) fixes my problem - but I don't know what it installs to make it work. Do you know?
If it helps - i get this Problem signature
My next step will be - checking what is installed with Visual Studio 2015. My current guess is that there is a missing VC++ Redistributable.
CefSharp cover this on their FAQ and it is very likely a missing VCRedist.
You can include the redist MSI with your installer if you have one or simply drop the required libraries into your archive for xcopy style deploys