Ok, not sure the entire error message was copied over in your last reply?
But if you just render the @item.GetPropertyValue("termPhoto") without wrapping it in the img tag do you then get the same issue?
At a first glance at the part of the error message I'm not sure if the error is related to rendering the image though. Does the error disappear if you comment out all the code in your view? If not it's probably caused by something else.
Display image from mediapicker
Hey Guys
Im simply trying to display an image from a children page to "Glossary", but nothing works. What am i doing wrong?
Hi Jeppe
I would say you need an image tag for this line?
So it becomes
I'm assuming that the first line renders an image url of course :)
/Jan
Doesn't work, it get this error :s
The best overloaded method match for 'System.Tuple.Create
Hi Jeppe
Ok, not sure the entire error message was copied over in your last reply?
But if you just render the
@item.GetPropertyValue("termPhoto")
without wrapping it in the img tag do you then get the same issue?At a first glance at the part of the error message I'm not sure if the error is related to rendering the image though. Does the error disappear if you comment out all the code in your view? If not it's probably caused by something else.
/Jan
is working on a reply...