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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.