Resolvede the issue and wantede to share what i did wo make it work on production. The problem is that the deperencyhandler validates requests if you set your application to debug=false.
debug=true and all works again. Ill update once i get the a better solution.
I ran into this issue as well and did not have any success with the debug toggle or other proposed resolutions
I eventually found that my particular issue was System.Web.Mvc.dll and the dependentAssembly\bindingRedirect not being properly configured.
Dependency Handler Error
Hello,
I have an issue where nuPickers is working locally, but on the production environment, all of a sudden I am experiencing an error similar to this:
Any ideas what this might be? I tried deleting the client dependency folder but no joy.
Thanks in advance,
Kenny
I got the same issue works local but not on production
Didt u get any solution ?
Hey kenny
Resolvede the issue and wantede to share what i did wo make it work on production. The problem is that the deperencyhandler validates requests if you set your application to debug=false.
debug=true and all works again. Ill update once i get the a better solution.
//Regards Troels
I ran into this issue as well and did not have any success with the debug toggle or other proposed resolutions I eventually found that my particular issue was
System.Web.Mvc.dll
and thedependentAssembly\bindingRedirect
not being properly configured.Just noting for those who stumble upon this that i commented Kenny's github issue with my notes on my resolution.
hth(?), -d!
is working on a reply...