I have an application using CefSharp
with winforms, and C# in visual studio.
I've tested it on the pc I used to create it and it worked fine, even multiple pcs in best buy / walmart (don't ask).
However, when I went to actually use my program on my old computer, it failed to run with the error
Could not load file or assembly CefSharp.Core.Runtime.dll' or one of its dependencies. The specified module could not be found. File name: 'CefSharp.Core.Runtime.dll' The file "CefSharp.Core.Runtime.dll" is there in that same directory. The program will run but will not run with cefsharp.
Is this issue with just the computer its running on or is it an issue with my application? If so, for either of them how may I fix it?
All source code for this specific project at https://github.com/bytespacegames/Bullb