asp.net mvc 3 - MvcContrib.Mvc3-ci 3.0.75.0 breaking change? -
just updated mvccontrib.mvc3-ci 3.0.73.0 3.0.75, , working plain viewusercontrol threw runtime exception:
the model item passed dictionary of type 'system.string', dictionary requires model item of type 'mvccontrib.ui.inputbuilder.views.propertyviewmodel`1[system.object]'.
the "offending" editor takes plain string model:
<%: html.editorfor(m => m.model.nev) %>
reverting 3.0.73.0, , editor works again. ideas? (3.0.74.0 seems working)
i had same issue , solved reverting version: 3.0.73.0
uninstall-package mvccontrib.mvc3-ci -force install-package mvccontrib.mvc3-ci -version 3.0.73.0
Comments
Post a Comment