Page 1 of 1

CEF cannot be compiled in VS2015

PostPosted: Mon Aug 08, 2016 1:01 am
by conmanet
Hi all,

I am using VS2015 and following the CEF.Winform tutorial. (http://www.codeproject.com/Articles/105 ... g-CefSharp)
However, when I compile the project, I got this error:

Code: Select all
' error CS0246: The type or namespace name 'CefSharp' could not be found (are you missing a using directive or an assembly reference?'


Could you help me please?

Thank you so much.

Re: CEF cannot be compiled in VS2015

PostPosted: Mon Aug 08, 2016 8:56 pm
by amaitland
This is the `CEF` forum, in general you won't get help here for `CefSharp` specific questions.

Follow http://ourcodeworld.com/articles/read/1 ... pplication instead as the article you've linked is old and unnecessarily complicated.

There is a fully working example at https://github.com/cefsharp/CefSharp.MinimalExample

Refer to the `CefSharp` project home page for how to obtain help in future.