The application runs fine but i could not see my design in the designer view.
It says Cannot find resource named \'Locator\'. Obviously, i did not change anything i
In MyUserControl.xaml, instead of:
DataContext="{Binding Main, Source={StaticResource Locator}
use:
d:DataContext="{Binding Main, Source={StaticResource Locator}
where "d" has been previously defined as:
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"