I have a vb.net winform with chromium browser which works fine testing in visual studio, but not when published to another PC.
I get the following error: Could not load file or assembly CefSharp.Core.Runtime.dll or one of its dependencies
In my Publish Application Files settings CefSharp.Core.Runtime.dll is set to Include.
These questions for C# haven’t helped me (In desperation I installed the Microsoft Visual C Redistributable):
CefSharp - Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies
CefSharp - Published: Could not load file or assembly 'CefSharp.Core.Runtime.dll'
Any ideas how can I resolve this issue?