c# - BitmapImage not loading with correct reference and .dll -


i'm attempting bitmapimage in windows phone 8.1 pivot app, cannot work using system.windows.media.imaging; correct .dll

img1

img2

enter image description here

any advice great, cheers.

ps. tried rebuilds.

you want use windows.ui.xaml.media.imaging.bitmapimage, not system.windows.media.imaging.bitmapimage.

the former part of windows runtime api windows store or windows phone apps, whereas latter wpf. can't use wpf in windows store or windows phone app.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -