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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -