i'm running umbraco in pureLive mode, but i get this error message.
"Cannot bind source content type Umbraco.Web.PublishedContentModels.Home to model content type Umbraco.Web.PublishedContentModels.Industries. Both view and content models are PureLive, with same version. The application is in an unstable state and should be restarted."
And then my question is, can i change from pure live to AppData or Dll in a already existing project, without any problems?
I Think i manage to fix the problem, the problem was that the when there was a typo in the url, the site gave me that error message. i don't know why. but im trying to understand it.
when the url is wrong it puts out a 404 page, but now i had is off just because i wanted to see the error page.
Change modelsMode
Hello, so i have a question.
i'm running umbraco in pureLive mode, but i get this error message.
"Cannot bind source content type Umbraco.Web.PublishedContentModels.Home to model content type Umbraco.Web.PublishedContentModels.Industries. Both view and content models are PureLive, with same version. The application is in an unstable state and should be restarted."
And then my question is, can i change from pure live to AppData or Dll in a already existing project, without any problems?
or do i need to make something before?
Kind regards Emil
Hi Emil
You can change ModelsBuilder mode in Umbraco.ModelsBuilder.ModelsMode key in the appSettings section of the Web.config file.
Read more about different settings - https://our.umbraco.com/Documentation/reference/templating/Modelsbuilder/Builder-Modes
THanks,
Alex
Cannot bind source content type Umbraco.Web.PublishedContentModels.Home to model content type Umbraco.Web.PublishedContentModels.Industries.
This error indicates that you are trying to call the template for Industries on the Home page.
Let me know, did you solve the issue?
I Think i manage to fix the problem, the problem was that the when there was a typo in the url, the site gave me that error message. i don't know why. but im trying to understand it.
when the url is wrong it puts out a 404 page, but now i had is off just because i wanted to see the error page.
Mvh/ Emil
is working on a reply...