Mark Levison

Musings on No Touch Deployment, .NET development and photography

<November 2008>
SuMoTuWeThFrSa
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456


Navigation

Other

Blogroll

Subscriptions

Post Categories



Wednesday, September 08, 2004 - Posts

Intellisense stops working - a solution

Once every couple of months Intellisense craps out on me. The symptoms: Ctrl+Space doesn't work; Go to definition displays a dialog: "Cannot navigate to XXX". No matter how often I rebuild the solution, it doesn't get better.

The cure:

  1. Close VS .NET
  2. Delete the .ncb file (in the same directory as the solution) - it contains the data used for intellisense
  3. Delete all the output files (dll's, exe's)
  4. Delete all the obj directory - I think this is the real problem
  5. Rebuild all and test to see that intellisense now works.
  6. Go make a cup of tea and relax. 

With a spot of luck Google will find this entry next time intellisense breaks on me.

(just in case search on other phrases Intellisense broken)

posted Wednesday, September 08, 2004 11:51 AM by mlevison with 1 Comments




Powered by Dot Net Junkies, by Telligent Systems