Hi Michaël,
thanks for your answers. I'm using Umbraco 7.8.1. The problem seemed to be solved when i removed and reuploaded the Global.asax file. But after a while the error came back. I read the links you posted but i can't find a solution.
I got this error just now, stepped through the program and discovered the source error causing this was a duplicate model issue.
I had included the models from App_Data/ Models to use strongly typed models in my backend code, this was conflicting with the Umbraco.Web.PublishedContentModels.dll file in my bin folder.
I removed the models folder and put in a reference to the DLL and it worked fine.
Resolution is not frozen, it is not yet possible to get values from it.
Hi everyone. I just publish my new website but when i try to connect to it, the browser shows me this error
I attach to this post a screenshot of the error. Could be the error caused by different .net framework version between Umbraco and the IIS?
Thanks and sorry for my english!
Hi Aniello,
which version are you using of Umbraco? I can see that this error has been seen before but in version 6.x.
http://issues.umbraco.org/issue/U4-2174
Hope this helps!
/Michaël
Also found another blog post about it over here: http://www.jondjones.com/learn-umbraco-cms/umbraco-developers-guide/umbraco-troubleshooting/umbraco-getrootcontent-resolution-is-not-frozen-it-is-not-yet-possible-to-get-values-from-it
Hope this helps!
/Michaël
Hi Michaël, thanks for your answers. I'm using Umbraco 7.8.1. The problem seemed to be solved when i removed and reuploaded the Global.asax file. But after a while the error came back. I read the links you posted but i can't find a solution.
I got this error just now, stepped through the program and discovered the source error causing this was a duplicate model issue.
I had included the models from
App_Data/ Models
to use strongly typed models in my backend code, this was conflicting with theUmbraco.Web.PublishedContentModels.dll
file in mybin
folder.I removed the models folder and put in a reference to the DLL and it worked fine.
is working on a reply...