我想发布示例应用程序CefSharp.MinimalExample(制作一个.exe文件)使用visual studio 2015,方法如下:Debug - CefSharpMinimal.Example.WinForm属性 - 立即发布,我仍然得到以下错误:
无法找到文件'Microsoft.Windows.Common-Controls,Version = 6.0.0.0,Culture = ,PublicKeyToken = 6595b64144ccf1df,ProcessorArchitecture = ,Type = Win32'。
答案 0 :(得分:0)
我遇到了同样的问题,我通过删除或评论 app.mainfiest 文件中的这一行来修复它(在您看到错误的项目中):
<!-- Enable themes for Windows common controls and dialogs (Windows XP and later) -->
<!--<dependency>
<dependentAssembly>
<assemblyIdentity type="Win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
</dependentAssembly>
</dependency>-->