Help I'm really hating bootstrap and razor at the moment. I am building a new site and have followed the instructions here http://www.systenics.com/blog/adding-bootstrap-based-responsive-carousel-to-umbraco-7/ but keep getting this error System.NotSupportedException: Cannot resolve a Url for a media item when there is no 'umbracoFile' property defined. on this line 48 of the code.
Line 46: {
Line 47: activeclass = "item";
Line 48: }
Line 49:
Line 50: <div class='@activeclass'>
Can anyone tell me what I've done wrong and how I correct it?
Bootstrap Carousel - cannot resolve url for media
Help I'm really hating bootstrap and razor at the moment. I am building a new site and have followed the instructions here http://www.systenics.com/blog/adding-bootstrap-based-responsive-carousel-to-umbraco-7/ but keep getting this error System.NotSupportedException: Cannot resolve a Url for a media item when there is no 'umbracoFile' property defined. on this line 48 of the code.
Can anyone tell me what I've done wrong and how I correct it?
Thanks Natasha
Duh... had more than a few dumb moments my property Alias wasn't umbracoFile
Did you get it to work ??
if not post your code and i can help you.
is working on a reply...