[Data Binding] XMLDataProvider Source
I tried to access the file with the XMLDataProvider like this:
<XmlDataProvider x:Key="Fetch" Source="test.xml"/>
In my opinion this should load the file form the bin directory in my solutions file structure but it simply doesn't. If I specifiy the path absolute (like "C:\...\myApp\bin\Debug\test.xml") it works perfectly.
Regards,
ITD

