CefWebBrowser doesn't show up

前端 未结 4 2058
刺人心
刺人心 2021-02-03 11:22

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

4条回答
  •  生来不讨喜
    2021-02-03 12:07

    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)

提交回复
热议问题