Solution:
This issue is caused by not loading the CefRuntime in the Program.cs. Simply copying all code in the sample file to your Program.cs.
A
You shouldn't use SingleProcess for production, you can actually leave the multiprocess mode (SingleProcess=false) but need to disable Visual Studio Hosting Process and you wont have problem for debugging (spinning wait cursor)
SingleProcess
SingleProcess=false