I have this problem, where my @Scripts.Render and @Styles.Render Does not exist in the current context. I've tried to trouleshoot, but failed at catching the problem. Can someone help me with the code?
<head>
<meta charset="utf-8" />
<title>@ViewBag.Title - My ASP.NET MVC Application</title>
<link href="~/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<meta name="viewport" content="width=device-width" />
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
<script src="~/Scripts/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-route.js"></script>
@* <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular-route.min.js"></script>*@
<script src="~/Application/App.js"></script>
<script src="~/Application/Routing.js"></script>
</head>
@Scripts.Render("~/bundles/jquery")