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
Visual Studio is highlighted with an error
The project file is expected in <path>.
What does this mean and how to solve it?
Thank,
Sechin
source
share