Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

It was working fine, now it's stopped. I select a symbol in my C code and the Code Definition Window stubbonly asserts that "no definition selected". Also if I select "Go to definition" for a function then VS says "The symbol '' is not defined event though it is. The code compiles fine by the way.

Is there a known issue here?

Regards

share|improve this question
At the risk of stating the obvious, I presume you've tried restarting Visual Studio or rebooting the machine? – Joe Jul 6 '09 at 14:43

3 Answers

up vote 1 down vote accepted

I was having this problem in Visual Studio 2005 also and deleting the .ncb file seems to have done the trick. Maybe when it gets too big it simply stops functioning.

share|improve this answer

Maybe try deleting your solution.ncb file (after closing the solution)?

share|improve this answer

I had a similar issue, and deleting the *.ncb file(after closing the solution) did the trick

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.