'Cef' does not exist in the current context #4962
Closed
ZakDevOnGitHub
started this conversation in
General
Replies: 1 comment 1 reply
-
If you are just looking for a CefSharp sample the repo includes a decently robust sample application. The obvious might be not including the right using directive? Other potentials might be package restore problems if the library is not referenced at all. If you go to the top of the class and type |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating a web browser powered by Chromium using CefSharp, and
for some reason, there is an error message saying
'Cef' does not exist in the current context
. I checked multiple times that I was typing in the correct place and it still gives me this error! I'm using the latest version ofCefSharp.Winforms
(129.0.110) and I couldn't find any CefSharp Web browser tutorial anywhere covering this or other versions that are very close to the latest one. I don't want to use the versions in the tutorials I found considering the vulnerabilities found in those versions. If anyone can help me with this issue, it would be so helpful. 🙏Beta Was this translation helpful? Give feedback.
All reactions