Unable to deploy CefSharp application

2019-09-03 07:43发布

问题:

I'm trying to run my CefSharp application on a separate computer other than my development machine, but I'm unable to. I built it in Release for the x64 platform, and moved the entire contents of the build folder over to my other computer. I tried running all the executables in the build folder, but none of them would work; when executed, they would not appear on screen, and after some time a window would open up with the generic "this program has stopped working" windows crash dialogue. I tried installing the Visual C++ redistributable and the .NET 4.5 Framework, but it still wouldn't run afterwards. What am I missing?