I've just installed the MahApps from GitHub
https://github.com/MahApps/MahApps.Metro
I'm getting errors immediately. In MainWindow.xaml the following line is underlined
d:DataContext="{d:DesignInstance MetroDemo:MainWindowViewModel}
And there are several error messages, such as:
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".
The project does run, but I'm unable to inspect any of the design.
Has anyone experienced this and managed to resolve?