Installing Universal CRT for CefSharp application release

133 views Asked by At

I'm trying to create an application that uses CefSharp and installs the C++ Runtime automatically. I found a great article here. (But it's outdated, since i'm using visual studio 2015 and a newer cefsharp version 57.0.0). However I this is an older version of visual studio and since then they released a new way of adding Runtime Files (as said in this article).

I found another article explaining where to find the DLL's that I need to import here, yet I still can't run my application (and I think it's because i'm missing a reference to them). This is what I got in my post-build event command line:

xcopy "$(SolutionDir)packages\CefSharp.Wpf.57.0.0\cef*" "$(TargetDir)" /s /y /i

And this is where I put all of the DLL's i could find. My DDL's and their folder

0

There are 0 answers