I’m having a frustrating issue with my new ASP.NET MVC 3 Beta setup. After installing the framework and creating a brand new project in Visual Studio 2010, I noticed that several important JavaScript files are missing from the Scripts directory.
Specifically, these files are nowhere to be found:
· /Scripts/jquery.validate.unobtrusive.js
· /Scripts/jquery.validate.unobtrusive.min.js
· /Scripts/jquery.unobtrusive-ajax.js
· /Scripts/jquery.unobtrusive-ajax.min.js
From what I read in the documentation, these unobtrusive validation files should be included by default in new MVC 3 projects. Has anyone else encountered this problem? Is there a step I’m missing during project creation, or do I need to manually add these files somehow?
Any help would be greatly appreciated!