I'm working on an Umbraco 4.8.1 site where I was using uComponents 3 (with the legacy fix) untill today. I decided to upgrade to 5.1, after doing this my razor macro that displays data from a DataTypeGrid stopped working. While figuring out what was wrong I found that if I turn on DebugMode the macro works (i.e. it gets DynamicXml and not strongly typed classes). This means that if I upgrade my macro to use "StoredValueRow" my macro breaks when I turn on DebugMode. Can this somehow be caused by the upgrade? Removed the old version before installing 5.1.
DataTypeGrid, DebugMode and Razor model binding
I'm working on an Umbraco 4.8.1 site where I was using uComponents 3 (with the legacy fix) untill today. I decided to upgrade to 5.1, after doing this my razor macro that displays data from a DataTypeGrid stopped working. While figuring out what was wrong I found that if I turn on DebugMode the macro works (i.e. it gets DynamicXml and not strongly typed classes). This means that if I upgrade my macro to use "StoredValueRow" my macro breaks when I turn on DebugMode. Can this somehow be caused by the upgrade? Removed the old version before installing 5.1.
is working on a reply...