I have this line in my code
<script src="@Url.Content("~/Scripts/jquery-1.7.2.min.js")" type="text/javascript"> </script>
and this part of it
jquery-1.7.2.min.js
gets highlighted by Visual Studio with the error
Project file expected at
<path>.
What does this mean and how do I solve it?
Thanks,
Sachin