1、在C#的WinForm项目,引入了CefSharp,直接运行程序,会报错error : CefSharp.Common contains unmanaged resoures, set your project and solution platform to x86 or x64. Alternatively for AnyCPU Support see https://github.com/cefsharp/CefSharp/issues/1714

3、在活动解决方案平台选择新建,新建一个x86的平台

5、在程序源代码Form1.cs引用using CefSharp;using CefSharp.WinForms;

7、运行程序,网页显示在窗体中铺满
