While searching for the solution, I’ve come across various links which talk about reading an xml file present in the ClientBin folder. But what I want to achieve is that, I want to read an xml file which is not present in the web project, but the silverlight project containing views.
While searching for the solution, I’ve come across various links which talk about reading
Share
Try this:
EDIT: the xml file’s Build Action should be ‘Content’ and its Copy to Output Directory should be ‘Do not copy’