I'm currently using Vorto on Umbraco v.7.4.3. I have made one working site (same vorto and umbraco version as the current one I'm working on) before.
But this time I just get this "the given key was not present in the dictionary" when i try to get the Vorto value.
var menu = Model.Content.GetVortoValue
makes no different. When I debug I see the property "menu" is there with the vorto values. Is there something I don't see that makes this error? Can't seem to wrap my head around this one :)
The given key was not present in the dictionary.
Hi,
I'm currently using Vorto on Umbraco v.7.4.3. I have made one working site (same vorto and umbraco version as the current one I'm working on) before. But this time I just get this "the given key was not present in the dictionary" when i try to get the Vorto value.
var menu = Model.Content.GetVortoValue
makes no different. When I debug I see the property "menu" is there with the vorto values. Is there something I don't see that makes this error? Can't seem to wrap my head around this one :)
/Henning
is working on a reply...