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
Are you using ReSharper? If so, it may be due to this issue: http://devnet.jetbrains.com/thread/287081
In summary, make sure the jquery file is actually included in the project by right clicking it in solution explorer and selecting 'Include in project'.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With