I am getting the following error when opening the CustomerRelationas.xaml in Visual Studio designer:
"Error 1 The file Resources\Navigation\helmet.png is not part of the project or its 'Build Action' property is not set to 'Resource'."
There is no helmet.png in ANY of the projects.
Yes, that seems to be a bug. I will let the XDG team know. In the mean time, here is what you need to comment out to get the sample in the designer:
Line 135
<!--<Image Opacity="0.52" x:Name="helmet_Copy" Source="Resources\Navigation\helmet.png" Visibility="Collapsed"/>-->
Line 1088 - 1095
<!--<Image HorizontalAlignment="Left" Margin="-4,10,0,10" VerticalAlignment="Stretch" Width="8.001" Height="Auto" Source="Resources\fotoBrowser\chrome\vertical.png" Stretch="Fill" Grid.RowSpan="2" IsHitTestVisible="False"/> <Image Width="8.001" Height="Auto" Source="Resources\fotoBrowser\chrome\vertical.png" Stretch="Fill" HorizontalAlignment="Right" Margin="0,10,-4,10" Grid.RowSpan="2" IsHitTestVisible="False"/> <Image HorizontalAlignment="Stretch" Margin="10,-4,10,0" VerticalAlignment="Top" Width="Auto" Height="8.001" Source="Resources\fotoBrowser\chrome\horizontal.png" Stretch="Fill" IsHitTestVisible="False"/> <Image Width="Auto" Height="8.001" Source="Resources\fotoBrowser\chrome\horizontal.png" Stretch="Fill" Margin="10,0,10,-4" VerticalAlignment="Bottom" Grid.Row="1" IsHitTestVisible="False"/> <Image HorizontalAlignment="Left" Margin="-4,0,0,-4" VerticalAlignment="Bottom" Width="50.007" Height="50.007" Source="Resources\fotoBrowser\chrome\bottomleft.png" Stretch="Fill" Grid.Row="1" IsHitTestVisible="False"/> <Image HorizontalAlignment="Right" Margin="0,0,-4,-4" VerticalAlignment="Bottom" Width="50.007" Height="50.007" Source="Resources\fotoBrowser\chrome\buttomright.png" Stretch="Fill" Grid.Row="1" IsHitTestVisible="False"/> <Image HorizontalAlignment="Left" Margin="-4,-4,0,0" VerticalAlignment="Top" Width="50.007" Height="50.007" Source="Resources\fotoBrowser\chrome\topleft.png" Stretch="Fill" IsHitTestVisible="False"/> <Image HorizontalAlignment="Right" Margin="0,-4,-4,0" VerticalAlignment="Top" Width="50.007" Height="50.007" Source="Resources\fotoBrowser\chrome\topright.png" Stretch="Fill" IsHitTestVisible="False"/>-->
Let me know if that helps,
Thanks
Jason