I have downloaded Visual Studio 2015 Community edition. I have tried to create an MVC project. I have gone through his process:
1) File/New Project/ - C# ASP.NET
2) Select MVC project
3) Project is created
4) Build and click debug
The error I get is this: "0x800a1391 - JavaScript runtime error: 'jQuery' is undefined" Error. I have downloaded Visual Studio 2013 Community edition and followed the instructions above and I am prompted with the same error.
I found this: https://www.youtube.com/watch?v=_yrwhqoT1Bg. I followed the instructions expect I specified: @Scripts.Render("~/Scripts/jquery-1.10.2.min.js") as jquery-1.8.2.min.js does not exist, but jquery-1.10.2.min.js does. I am prompted with the same error after doing this.
What is the problem? This is a new project. I have added nothing.