Relative imagesources
I have 2 questions regarding relative Uris
First question: Why doesn't this work?
<
ImageSource="test.jpg" /><
ImageSource="E:\Documents and Settings\Administrator\Mina dokument\Visual Studio 2005\Projects\testimage\testimage\bin\Debug\test.jpg" />
The first image is not displayed but the second works fine. (the exe is located in the debug-directory)
Second question:
If i have a program that dynamicly loads an xaml-file at runtime located at APPDIR\skins\myskin\data.xaml
In this xaml-file there is an Image, will the source on this Image be relative to the main exe or to that xaml-file.
Is it the same for xaml-files compiled into the main program assembly?

