Windows 8.1 WindowsBase和PresentationCore中的重复资源

时间:2015-11-04 18:52:10

标签: c# windows windows-store-apps visual-studio-2015 windows-10

在Windows 10上编译Windows 8.1应用时,会出现以下错误: 2> MakePri:错误0x80073b0f:处理资源错误:重复输入。 2> MakePRI:错误0xdef00532:资源的冲突值' ExceptionStringTable / SeekNegative'

基于对此的回答: Getting mysterious build error after upgrading solution to Windows 8.1

试图找到重复的资源。重复项不在我的代码中。但它们是从Microsoft程序集生成的。 .. \ OBJ \调试\ PresentationCore \ EN-US \ ExceptionStringTable.resw(318): .. \ OBJ \调试\ PresentationFramework \ EN-US \ ExceptionStringTable.resw(520): ... \ _ obj \ Debug \ WindowsBase \ en-US \ ExceptionStringTable.resw(225):

在上面的不同程序集中有几个重复项。

此项目也有MVVMCross依赖。

如何摆脱此错误?

0 个答案:

没有答案