/// - For .Net Core use <see cref="BrowserSubprocessExecutable"/> (No WCF Support)
/// - For .Net use <see cref="BrowserSubprocessExecutable"/> (No WCF Support)
/// - Include an app.manifest with the dpi/compatability sections, this is required (this project contains the relevant).
/// - If you are targeting x86/Win32 then you should set /LargeAddressAware (https://docs.microsoft.com/en-us/cpp/build/reference/largeaddressaware?view=vs-2017)
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://bitbucket.org/chromiumembedded/cef
@ -12,25 +12,25 @@ Post Installation:
- Read the `Need to know/limitations` section of the General usage guide (https://github.com/cefsharp/CefSharp/wiki/General-Usage#need-to-knowlimitations)
- Check your output `\bin` directory to make sure the appropriate references have been copied.
- Add an app.manifest to your exe if you don't already have one, it's required for Windows 10 compatability, HighDPI support and tooltips. The https://github.com/cefsharp/CefSharp.MinimalExample project contains an example app.manifest file in the root of the WPF/WinForms/OffScreen examples.
Deployment:
- Make sure a minimum of `Visual C++ 2019` is installed (`x86`, `x64` or `arm64` depending on your build) or package the runtime dlls with your application, see the FAQ for details.
- Make sure a minimum of `Visual C++ 2022` is installed (`x86`, `x64` or `arm64` depending on your build) or package the runtime dlls with your application, see the FAQ for details.
What's New:
See https://github.com/cefsharp/CefSharp/releases
Basic Troubleshooting:
- Minimum of .Net Core 3.1 (.Net 5.0 and greater are also supported)
- Minimum of `Visual C++ 2019 Redist` is installed (either `x86`, `x64` or `arm64` depending on your application).
- Minimum of .Net 6
- Minimum of `Visual C++ 2022 Redist` is installed (either `x86`, `x64` or `arm64` depending on your application).
- Please ensure your output directory contains these required dependencies: