I have a bit of a strange setup. I've got my image resources and most my code in a dll, which is used by two executable projects, one for windows and the other for xbap.
To get the image references to work in the xaml code I had to remove the first forward slashes making them relative. So ImageSourceLarge="Images/New32.png" rather than ImageSourceLarge="/Images/New32.png".
Now I'm tring to use the RibbonCommand sytem and the images just arn't working. Is there something in the controls that expects the images to be in the executable assembly?
Thanks.
Bryan
To get the image references to work in the xaml code I had to remove the first forward slashes making them relative. So ImageSourceLarge="Images/New32.png" rather than ImageSourceLarge="/Images/New32.png".
Now I'm tring to use the RibbonCommand sytem and the images just arn't working. Is there something in the controls that expects the images to be in the executable assembly?
Thanks.
Bryan