Hi, I'm working in a project in v8 and it works fine on my localhost, but when I export my database to azure for production and use it, I get this error.
I tried to restart te app, restart the cache on umbraco backoffice and all that I thought could solve this error, however its still the same.
Did you try to change Umbraco.ModelsBuilder.ModelsMode value to "LiveDll" and try to rebuild the models?
In addition when hosting Umbraco on Azure you need these two appSettings as well
Umbraco 8 Cache
Hi, I'm working in a project in v8 and it works fine on my localhost, but when I export my database to azure for production and use it, I get this error.
I tried to restart te app, restart the cache on umbraco backoffice and all that I thought could solve this error, however its still the same.
Any help?
Hi Enrique, It seems that the problem is not the cache but the generated models.
Can you try to rebuild the models from Settings->Models Builder->Rebuild Models?
Regards Mila
Hi Mila, thanks for your answering, I erally apprecite it.
I tried to rebuild the models before, but I got an error, but now I can't even login to the Umbraco Backoffice when using my database on azure.
I solved the problem with my login, here is the error I told you
Did you try to change Umbraco.ModelsBuilder.ModelsMode value to "LiveDll" and try to rebuild the models? In addition when hosting Umbraco on Azure you need these two appSettings as well
https://github.com/umbraco/Umbraco-CMS/issues/5035
Thanks a lot, changing Umbraco.ModelsBuilder.ModelsMode value to "LiveDll" solved the problem :)
is working on a reply...