Fixing lots of broken references in a working asp.net mvc project
Posted
by davidbuttrick
on Stack Overflow
See other posts from Stack Overflow
or by davidbuttrick
Published on 2010-05-12T15:31:56Z
Indexed on
2010/05/12
15:34 UTC
Read the original article
Hit count: 282
The last time I worked on this project everything was fine. That was about 4 days ago.
Now, when I open the project, all the references to .Net are not working, I cannot build my project any more.
I have tried following the advice in posts here, but to no avail.
Even simple things, like Request.cookies - Request is underlined in curlies, and I get 'Request is undefined' when I roll over it.
That doesnt seem like I need to just remove and recreate the reference to System.Web.Mvc - which I have tried, and had no luck.
Any ideas? Surely there are other issues that can cause this problem...
Thank you.
© Stack Overflow or respective owner