Kyle B.
Kyle B.

Reputation: 5787

VS2008 not picking up recently added web controls

Has anyone had experience with VS2008 incorrectly identifying variables in the code-behind as not being defined on the .aspx page? How was this resolved? The page is executing properly without any runtime or compilation errors.

Upvotes: 0

Views: 69

Answers (2)

JoshBerke
JoshBerke

Reputation: 67068

Check out my answer to my question here: Web site reports xxx does not exist in current context after upgrade to VS2008 Sp1

There is a hotfix for this if your getting the same issue I was.

Upvotes: 0

Kyle B.
Kyle B.

Reputation: 5787

Nevermind. Closing and re-opening the document in question seems to have resolved the problem. Anyone watch "The IT Crowd"? ... haha. "Have you tried turning it off and on again?" Seems to solve everything.

Upvotes: 1

Related Questions