When I open my project that uses a MahApps.Metro
window in "Blend for Visual Studio" I get tons of errors. One of them is (this one probably causes all the other errors):
The name "MetroWindow" does not exist in the namespace "clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
This same project works fine in Visual Studio 2012. Additionally, all resources in Blend have a warning icon. How could I fix this?
Any help would be appreciated.
I fixed it. I changed the debug platform on all the projects in my solution to Any CPU
like this:
Configuration Manager
(drop down menu beside debug/release "Start" button)x86
so I clicked on <new...>
New Platform
to Any CPU
Copy Settings From
to <Empty>
Ok
Yes To All