silverlight - Image not showing in Listbox ItemDataTemplate after MVVM conversion -


i have code pulls data rest service , populates listbox image , text using binding.

the original code done in mainpage code behind , ivalueconverter (returns bitmapimage) used image. works fine.

i've ported project use mvvm light toolkit in both wpf4 , silverlight 4. wpf4 works expected image , text being displayed silverlight 4 version fails display image , shows text.

with mvvm port i've added mocking designtime support. i've noticed that, in silverlight mvvm project, when remove ivalueconverter in design time split view, designtime image displayed.

i've tried running app , without ivalueconverter image still doesn't show no debug binding warnings. i've checked binding works image binding image property textblock , full path uri displays in textblock.

i've tried using mock service in (silverlight) runtime , image doesn't display with/without ivalueconverter.

anyone have thoughts?

this solved. started new project, rebuilt manually, compiled , worked. same references & same code. appears gremilin got 1 of microsoft internal files?!?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -