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
Post a Comment