You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NuGet/Readme.txt
+20-17Lines changed: 20 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
1
CefSharp Nuget Package
2
2
3
-
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://code.google.com/p/chromiumembedded/
4
-
CEF is a C/C++ library that allows developers to embed the HTML content rendering strengths of Google's Chrome open source WebKit engine (Chromium).
3
+
Background:
4
+
CefSharp is a .Net wrapping library for CEF (Chromium Embedded Framework) https://code.google.com/p/chromiumembedded/
5
+
CEF is a C/C++ library that allows developers to embed the HTML content rendering strengths of Google's Chrome open source WebKit engine (Chromium).
5
6
6
-
- Make sure you set either `x86` or x64`. (Won't work with `AnyCpu`)
7
-
- After installing the `Nuget` package we recommend closing Visual Studio completely and then reopening (This ensures your references show up and you have full intellisense).
8
-
- Check your output `\bin` directory to make sure the appropriate references have been copied.
7
+
Post Installation:
8
+
- Make sure you set either `x86` or x64`. (Won't work with `AnyCpu`)
9
+
- After installing the `Nuget` package we recommend closing Visual Studio completely and then reopening (This ensures your references show up and you have full intellisense).
10
+
- Check your output `\bin` directory to make sure the appropriate references have been copied.
9
11
10
-
Basic Troubleshooting
11
-
- Please ensure your binaries directory contains these required dependencies:
12
+
Basic Troubleshooting:
13
+
- Please ensure your binaries directory contains these required dependencies:
12
14
* libcef.dll (CEF code)
13
15
* icudtl.dat (Unicode Support data)
14
16
* CefSharp.Core.dll, CefSharp.dll,
@@ -17,18 +19,19 @@ Basic Troubleshooting
17
19
* One of the following UI presentation approaches:
18
20
* CefSharp.WinForms.dll
19
21
* CefSharp.Wpf.dll
20
-
- Additional optional CEF files are described at: https://github.com/cefsharp/cef-binary/blob/master/README.txt#L88
21
-
NOTE: CefSharp does not currently support CEF sandboxing so wow_helper.exe is not currently useful.
22
+
* CefSharp.OffScreen.dll
23
+
- Additional optional CEF files are described at: https://github.com/cefsharp/cef-binary/blob/master/README.txt#L88
24
+
NOTE: CefSharp does not currently support CEF sandboxing so wow_helper.exe is not currently useful.
22
25
23
26
For further help please read the following content:
24
-
- CefSharp's Wiki on github: https://github.com/cefsharp/CefSharp/wiki
0 commit comments