我刚从GitHub安装了MahApps
https://github.com/MahApps/MahApps.Metro
我马上收到错误。在MainWindow.xaml中,下面的行加下划线
d:DataContext="{d:DesignInstance MetroDemo:MainWindowViewModel}
还有一些错误消息,例如:
The name "MainWindowViewModel" does not exist in the namespace "cld-namespace:MetroDemo".
The name "ButtonsExample" does not exist in the namespace "clr-namespace:MetroDemo.ExampleViews".
项目确实在运行,但我无法检查任何设计。
有没有人经历过这个并设法解决?
答案 0 :(得分:0)
原来这与我Mac上的Parallels有关。
Issue found here, with resolution from Mick MacCallum.
命名空间的问题是由于VS使用网络共享来访问我的Mac文件系统上的文件。
我将整个项目复制到虚拟机的绝对路径上,问题就解决了。
项目现在可以正确构建/运行,但我也可以检查设计。