inversion of control - MVC 3 IoC Container Causes both Client and Server Validation Problems -


we have upgraded project mvc 3 tools , discovered our inversion of control container causing problems native mvc model binding validation on both client- , server-side. when have ioc hooked client validation fails fire @ , "isvalid" test in controller fires erratically , passes along data when should not.

the way we've been able correct validation framework disable ioc completely. using ninject when issue first arose we've tried structuremap , unity , encountered exact same behavior. we're thinking issue may reside in idependencyresolver itself, guess. we've tried disabling 3rd party tools (telerik) issue seems in ioc.

my questions community: has else experienced validation problems when using ioc in mvc? grateful guidance on issue. many thanks.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -