I have an MVC 4 application that uses jquery, jquery ui, jquery validation and this datetimepicker plugin. They are added using the binding tools in MVC.
Everything works fine, just starting it up with F5. However, when I deploy it to the server, there is a script error in the plugin (the object does not support this action). If I debug it locally and install it in the web.config file, then it fails with the same error.
One of the differences is that when run in debug, it does not merge. Could this be a problem? What happens, can this cause this error?
source share