accessing image files from a separated assembly
问题 I have several image files I want to share between projects(common icons) I have them in an assembly that would be in every solution I create...I have the files in a folder called Icon and I have the build as content copy always. I have verified that a folder is created with these icons...however my other assemblies are not able to find them... <r:RibbonGroup Header="Users"> <r:RibbonButton > <r:RibbonButton.LargeImageSource> <BitmapImage UriSource="..\Icons\UserIcon.png" /> </r:RibbonButton