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
Hi, Folks!!!
Somebody knows why this error occurred?
I have resolve change the lines:
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage<ContentModels.Teste> @using ContentModels = Umbraco.Web.PublishedContentModels;
(this line show when the template is created by Document Type)
to
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
(this line show when the template is created by option "Create" direct in Template tree)
I´m using the Umbraco 7.4.3
Tks.
Hi Fernanda,
Try to check settings of ModelBuilder, looks like you are using it in wrong way.
Read more about model builder configuration - https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Install-And-Configure
Hope it will help.
Thanks,
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Doubts error about ContentModels
Hi, Folks!!!
Somebody knows why this error occurred?
I have resolve change the lines:
(this line show when the template is created by Document Type)
to
(this line show when the template is created by option "Create" direct in Template tree)
I´m using the Umbraco 7.4.3
Tks.
Hi Fernanda,
Try to check settings of ModelBuilder, looks like you are using it in wrong way.
Read more about model builder configuration - https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Install-And-Configure
Hope it will help.
Thanks,
Alex
is working on a reply...