Team,
I have a simple wpf project in Visual Studio 2013. The structure is shown below. All that the error says is as shown in the title \"An error occurred while fi
It should read:
...Source="/Skins/MainSkin.xaml"
As the skin isn't in the Content directory.
Content
At the moment it's looking for Content/Skins/MainSkin.xaml (hence / will 'take it up' a directory back to the root).
Content/Skins/MainSkin.xaml
/