Description
I have published WPF application in Store SampleBrowser, and it fails to load an document file(Books.xml - Build Action : Content, Copy to output directory: Copy Always) so application crash on loading xml document. Please find the below code how we have loaded xml document and exception screenshot below:
XDocument xDocument = XDocument.Load(@"Assets/TileView/Books.xml");
