Umbraco 8: Cannot bind source type when adding Partial
Hello,
I have successfully installed the package on my Umbraco 8 Cloud website that has been cloned locally.
The datatype has been created and assigned to pages.
When I go to add @Html.Partial("MetaMomentum/RenderMetaTags", Model.Value("metaMomentum")) in my Master.cshtml in the head section I end up with the following error;
Umbraco.Web.Mvc.ModelBindingException: 'Cannot bind source type Umbraco.Web.PublishedModels.Home to model type MetaMomentum.Models.MetaValues. The source is a ModelsBuilder type, but the view model is not. The application is in an unstable state and should be restarted.'
Umbraco 8: Cannot bind source type when adding Partial
Hello,
I have successfully installed the package on my Umbraco 8 Cloud website that has been cloned locally.
The datatype has been created and assigned to pages.
When I go to add
@Html.Partial("MetaMomentum/RenderMetaTags", Model.Value("metaMomentum"))
in myMaster.cshtml
in the head section I end up with the following error;Screenshot: https://gyazo.com/ac25d453f873068a1e52efa9f27cacfe
Thanks,
Javed
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.