In order to get an error fixed I switched to Dll mode. After that I wanted to set it back to PureLive but the website crashes now.
I get different error messages, one basically says that a certain content type is available twice in
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\assembly\dl3\926cac88\bf0f79d2_ae5cd401\Umbraco.Web.PublishedContentModels.DLL
and in
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\App_Web_all.generated.cs.8f9494c4.f9-4buxk.dll
For the Start Page e.g., this error is thrown: Cannot bind source content type Umbraco.Web.PublishedContentModels.Home to model content type Umbraco.Web.PublishedContentModels.Home. The source is a ModelsBuilder type, but the view model is not. The application is in an unstable state and should be restarted.
After a bit googling I found some hints on the issue tracker, but it indicated that this bug should have been fixed by now?
Tried to restart the site and the pool in IIS and deleted all files in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\ - but that did not work.
Switching back from Dll to PureLive crashes site
Hi,
In order to get an error fixed I switched to Dll mode. After that I wanted to set it back to PureLive but the website crashes now.
I get different error messages, one basically says that a certain content type is available twice in
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\assembly\dl3\926cac88\bf0f79d2_ae5cd401\Umbraco.Web.PublishedContentModels.DLL
and in
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\App_Web_all.generated.cs.8f9494c4.f9-4buxk.dll
For the Start Page e.g., this error is thrown: Cannot bind source content type Umbraco.Web.PublishedContentModels.Home to model content type Umbraco.Web.PublishedContentModels.Home. The source is a ModelsBuilder type, but the view model is not. The application is in an unstable state and should be restarted.
After a bit googling I found some hints on the issue tracker, but it indicated that this bug should have been fixed by now?
Tried to restart the site and the pool in IIS and deleted all files in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\0e12f49d\783c1007\ - but that did not work.
Stephan
Hi Stephan,
You'll find that there is a DLL located in your output directory
Umbraco.Web.PublishedContentModels.DLL
If you delete this file, it should resolve the issue for you :-)
Thanks
Nik
That's it. Thanks
is working on a reply...