当我在“Blend for Visual Studio”中打开使用MahApps.Metro
窗口的项目时,我遇到了大量错误。其中一个是(这可能导致所有其他错误):
The name "MetroWindow" does not exist in the namespace "clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
这个项目在Visual Studio 2012中运行良好。此外,Blend中的所有资源都有一个警告图标。我怎么能解决这个问题?
任何帮助都将不胜感激。
答案 0 :(得分:3)
我修好了。我将解决方案中所有项目的调试平台更改为Any CPU
,如下所示:
Configuration Manager
(调试/发布“开始”按钮旁边的下拉菜单)x86
,因此我点击了<new...>
New Platform
设为Any CPU
Copy Settings From
设为<Empty>
Ok
Yes To All