Visual Studio发布的CEFSharp Project可执行文件失败

时间:2015-07-23 22:28:29

标签: c# visual-studio-2013 chromium-embedded crash

我试图通过 Visual Studio 2013 Cummunity 发布 CEFSharp 项目。我使用的 .NET版本是4.5(已经尝试过4.0但失败了)。该程序可以在 Release 64x 模型下顺利运行。但是,当我尝试将其发布到可执行格式并运行它时,可执行文件崩溃了,我收到以下消息错误消息。

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: CEFRenderTest.exe
  Application Version:  1.0.0.0
  Application Timestamp:    55b166ca
  Fault Module Name:    KERNELBASE.dll
  Fault Module Version: 6.1.7601.18869
  Fault Module Timestamp:   556366fd
  Exception Code:   e0434352
  Exception Offset: 000000000000b3dd
  OS Version:   6.1.7601.2.1.0.256.4
  Locale ID:    1033
  Additional Information 1: 367e
  Additional Information 2: 367e805d0e7c1ec3f63b05bb5ce5c416
  Additional Information 3: baed
  Additional Information 4: baed2f50fa8c90ffc9d41aca75222fe2

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

任何熟悉VS和CEFSharp潜力的人都知道为什么?

0 个答案:

没有答案