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.
它工作正常,现在已经停止了。我在我的C代码中选择一个符号,并且代码定义窗口断言断言“没有选择定义”。此外,如果我为一个函数选择“转到定义”,那么VS说“符号''虽然是未定义的事件。但代码编译顺利。
Is there a known issue here?
这里有一个已知的问题吗?
Regards
3 个解决方案
#1
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.
我在Visual Studio 2005中也遇到了这个问题,并且删除.ncb文件似乎已经完成了。也许当它变得太大时,它就会停止运作。
#2
Maybe try deleting your solution.ncb file (after closing the solution)?
也许尝试删除您的solution.ncb文件(关闭解决方案后)?
#3
I had a similar issue, and deleting the *.ncb file(after closing the solution) did the trick
我有类似的问题,删除* .ncb文件(关闭解决方案后)就可以了
#1
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.
我在Visual Studio 2005中也遇到了这个问题,并且删除.ncb文件似乎已经完成了。也许当它变得太大时,它就会停止运作。
#2
Maybe try deleting your solution.ncb file (after closing the solution)?
也许尝试删除您的solution.ncb文件(关闭解决方案后)?
#3
I had a similar issue, and deleting the *.ncb file(after closing the solution) did the trick
我有类似的问题,删除* .ncb文件(关闭解决方案后)就可以了