T O P I C R E V I E W |
hfrmobile |
Posted - Mar 07 2011 : 11:41:50 AM Visual Studio 2008 IntelliSense stopped working after uninstalling VAX. Since trial version expired and VAX suggested removing it I have done this but now Visual Studio IntelliSense in C++ projects stopped working completely.
So it seems that uninstalling corrupts VS built-in IntelliSense?
Have tried everything suggested here: http://msdn.microsoft.com/en-us/library/ms235519%28v=VS.90%29.aspx
What else can I do to make VS IntelliSense working again? (until I get the VAX license from my employer ;-)) |
7 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Mar 08 2011 : 1:34:33 PM You might re-try the solution provided by your colleague but don't install VA afterward. Run that way for a few days to make sure something else in the environment isn't causing trouble. |
hfrmobile |
Posted - Mar 08 2011 : 10:10:52 AM D'ho ... Installed VAX build 1842 (trial - 3 days left) but then I disabled VAX and VS IntelliSense stopped working again ... |
hfrmobile |
Posted - Mar 08 2011 : 07:40:00 AM Solution by my colleague (called "Seitzi"): - quit VS - delete .ncb - remove or rename C:\\Users\\....\\AppData\\Roaming\\Microsoft\\VisualStudio\\9.0 |
hfrmobile |
Posted - Mar 08 2011 : 07:17:40 AM FYI: A colleague asked me to test it using another user ... and using the other user (on the same machine etc.) it works ... (deleted .ncb file before and the new one, using the other user, was smaller) - when switching back to my user: "Updating IntelliSense (...)" and then nothing ... |
hfrmobile |
Posted - Mar 08 2011 : 03:53:33 AM Thank you for your prompt responses!
No I didn't rename feacp.dll or did something else with that DLL.
This DLL is only located at: C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\\vcpackages
The .ncb file is re-created when I delete it. Also tried to restart VS, rebooting the machine. Clean solution, build it again. Nothing helped. Only getting: IntelliSense: 'No additional information available' (see 'Troubleshooting Intellisense in C++-Projects' for further help). |
feline |
Posted - Mar 07 2011 : 4:07:15 PM After deleting it, is the .NCB file being recreated when you load your solution? If "feacp.dll" has been renamed this won't happen, and will explain why you are seeing this problem. |
sean |
Posted - Mar 07 2011 : 3:27:50 PM [original response removed - I misunderstood.]
Did you rename the feacp.dll file at any point? |