c# - Bitmap Image URI, Setting an image uri with an assembly path but returns exception -


i'm binding uri string:

<image>     <image.source>         <bitmapimage urisource="{binding itemvalue}" />     </image.source> </image> 

and in return path returned:

<resourcevalue>pack://application:,,,assemblyoutput;component/resources/hellothere.png</resourcevalue> 

the folder name assemblyoutput > resources > hellothere.png, correct path there, throws exception file not found.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -