Hi,
i have a composite application that loads dynamically an external assembly using prism 5 and MEF, the module contains an image, how can i show this image on my shell?
The module is loaded dynamically by using DirectoryCatalog and it's not referenced on the start-up project.
i tried the following but it doesn't work:
and
how can i solve this problem please?
i have a composite application that loads dynamically an external assembly using prism 5 and MEF, the module contains an image, how can i show this image on my shell?
The module is loaded dynamically by using DirectoryCatalog and it's not referenced on the start-up project.
i tried the following but it doesn't work:
<ImageSource="pack://application:,,,/MyDllFileName;component/Images/icon.png"/>
<ImageSource="/MyDllFileName;component/Images/icon.png"/>