Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
can anyone help me with what is wrong with this code, I keep getting this error and can't get it fixed.
My Code:
Change that first line to
@inherits Umbraco.Web.Mvc.UmbracoViewPage<ContentModels.FindAProvider>
There's no need for a "closing tag" here - what that is actually doing is setting the type
Be aware - everything is case senstive. Check that the FindAProvider (your documenttype) alias. It might possibly be a variation on the above:
@inherits Umbraco.Web.Mvc.UmbracoViewPage<ContentModels.findaprovider>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error - 8.2 Version
can anyone help me with what is wrong with this code, I keep getting this error and can't get it fixed.
My Code:
Change that first line to
There's no need for a "closing tag" here - what that is actually doing is setting the type
Be aware - everything is case senstive. Check that the FindAProvider (your documenttype) alias. It might possibly be a variation on the above:
is working on a reply...