Cannot bind source content type Umbraco.Cms.Web.Common.PublishedModels.HomePage
ModelBindingException: Cannot bind source content type Umbraco.Cms.Web.Common.PublishedModels.HomePage to model type Umbraco.Cms.Web.Common.PublishedModels.HomeControls.
Umbraco.Cms.Web.Common.ModelBinders.ContentModelBinder.ThrowModelBindingException(bool sourceContent, bool modelContent, Type sourceType, Type modelType)
I built my blocklist and generated models since then im facing this issue this is my homePage.cshtml
Cannot bind source content type Umbraco.Cms.Web.Common.PublishedModels.HomePage
I built my blocklist and generated models since then im facing this issue this is my homePage.cshtml
this is my SalesNewsScetion.cshtml page under Views/Partials/blocklist/Components
Hi Rizwan,
Its is complaining because of this
As this is your homepage template it is expecting it to be
Thanks a ton for your help Huw Reddick ! Your solution worked perfectly I'm actually new to Umbraco.
is working on a reply...