Itellisense is suddenly missing from Visual Studio 2008 IDE on a project I am working. This was working fine. I rebooted the machine several times but still not working. It's working in other projects. What else could be causing this?
+1
A:
Did you check under Tools/Options/Text Editor/(Your Language) to see if the auto complete is still on? There is "Auto List Members" under General and also Intelesense section has a show option.
sadboy
2010-02-25 23:29:04
I checked this earlier. The settings are perfect. It's just one particular project which was working fine until now.
Saif Khan
2010-02-25 23:34:20
That's strange. You might try creating a new solution for the project or even a new project and then add just your classes and config files to the new project.
sadboy
2010-02-25 23:42:31
+2
A:
Try deleting the .ncb files. Failing that, checkout a clean source tree.
the_mandrill
2010-02-25 23:29:29
Additionally follow other standard Visual Studio troubleshooting techniques: Restore the default settings and/or try the /SafeMode option.
0xA3
2010-02-25 23:40:34
A:
A third party dll was throwing an error in design mode. Only when I tried to open the form in Design View I noticed the error.
Saif Khan
2010-04-12 05:40:20