I get the following error again and again. I'm running Umbraco 7.1.4 webforms and the error started when the site was upgraded to Umbraco 7.1.4 from 7.1.1. Anybody that have seen this error before and know how to fix it.
The log files are more or less useless now because they are polluted by this error.
Cheers,
Joachim
2014-08-25 11:17:46,369 [8] WARN umbraco.MacroEngines.DynamicNode - [Thread 45] Exception occurred while populating cache, will keep RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure.The exception was System.MissingMethodException and the message was Method not found: 'System.Collections.Generic.IEnumerable`1
2014-08-25 11:17:46,371 [8] WARN umbraco.MacroEngines.DynamicNode - [Thread 45] Exception occurred while populating cache, will keep RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure.The exception was System.MissingMethodException and the message was Method not found: 'System.Collections.Generic.IEnumerable`1
RazorDataTypeModelTypes throws exception
Hi
I get the following error again and again. I'm running Umbraco 7.1.4 webforms and the error started when the site was upgraded to Umbraco 7.1.4 from 7.1.1. Anybody that have seen this error before and know how to fix it.
The log files are more or less useless now because they are polluted by this error.
Cheers, Joachim
2014-08-25 11:17:46,369 [8] WARN umbraco.MacroEngines.DynamicNode - [Thread 45] Exception occurred while populating cache, will keep RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure.The exception was System.MissingMethodException and the message was Method not found: 'System.Collections.Generic.IEnumerable`1
2014-08-25 11:17:46,371 [8] WARN umbraco.MacroEngines.DynamicNode - [Thread 45] Exception occurred while populating cache, will keep RazorDataTypeModelTypes to null so that this error remains visible and you don't end up with an empty cache with silent failure.The exception was System.MissingMethodException and the message was Method not found: 'System.Collections.Generic.IEnumerable`1
Hello,
Is there a reason you are still using webforms in Umbraco 7? It's better to use MVC which is the default setting.
The error only happens if you are using the lecagy Razor. It's better to switch to the partial view macro's. More info here: http://our.umbraco.org/forum/developers/razor/44664-Confused-over-when-DynamicNodeList-is-returned?p=0#comment160678
Jeroen
Hi Jeroen
Well its the last one we based on Webforms and a conversion to MVC is going to take place, but until then I'm stuck with this.
But if it is a WebForms thing I will stop looking into the problem and check again once it is converted to MVC.
Thanks, Joachim
It's not really related to webforms, but more to what version of razor you are using in webforms.
Jeroen
is working on a reply...