Error causing the application to restart after a doctype change
I am using Umbraco v8.0.2 and every time I make a change to a doctype I get an error. "Cannot bind source content type Umbraco.Web.PublishedModels.PcImageSlider to model type Umbraco.Web.PublishedModels.PcImageSlider. Both view and content models are PureLive, with different versions. The application is in an unstable state and is going to be restarted. The application is restarting now."
I touch the web.config to refresh the site and the site loads up fine but every time I make a change to the doctype this is happening. Does this happen to anyone else? Any ideas on how I can fix it? I am building a site in v8.0.1 as well and it does the same thing if I make an update to a doctype. I haven't changed any settings for models builder, I am just using what is enabled on install.
I'm using Umbraco version 8.8.0 with Models Builder in AppData mode but the error still exists when I make a change to a doctype and press "Generate models":
I need to delete the /App_Data/TEMP folder and reload the site to make it works. As described by clausjensen in this thread https://github.com/umbraco/Umbraco-CMS/issues/5671 this issue is due to the cache in V8 but it should have been fixed in Umbraco 8.1.0. Could you please help me to understand and solve this issue?
Error causing the application to restart after a doctype change
I am using Umbraco v8.0.2 and every time I make a change to a doctype I get an error. "Cannot bind source content type Umbraco.Web.PublishedModels.PcImageSlider to model type Umbraco.Web.PublishedModels.PcImageSlider. Both view and content models are PureLive, with different versions. The application is in an unstable state and is going to be restarted. The application is restarting now."
I touch the web.config to refresh the site and the site loads up fine but every time I make a change to the doctype this is happening. Does this happen to anyone else? Any ideas on how I can fix it? I am building a site in v8.0.1 as well and it does the same thing if I make an update to a doctype. I haven't changed any settings for models builder, I am just using what is enabled on install.
I've been getting this issue recently as well. I'm working off of the same version of Umbraco. Did you come across a solution for this?
It was fixed and in 8.1. I upgraded and don't have this issue anymore. The issue thread is here: https://github.com/umbraco/Umbraco-CMS/issues/5671
Awesome, thanks you :)
I'm using Umbraco version 8.8.0 with Models Builder in AppData mode but the error still exists when I make a change to a doctype and press "Generate models": I need to delete the /App_Data/TEMP folder and reload the site to make it works. As described by clausjensen in this thread https://github.com/umbraco/Umbraco-CMS/issues/5671 this issue is due to the cache in V8 but it should have been fixed in Umbraco 8.1.0. Could you please help me to understand and solve this issue?
is working on a reply...