For some reason I started VS 2008 this morning and I wont display any hints when type. For example, If I had an object and wrote myObject. I’d expect a list of properties to show. This should be the case for other things like typing methods but they don’t work either.
I was wondering whether there was a setting I’d changed by accident.
I’m using WinXP and VS 2008 Pro.
Thank you in advance.
EDIT
After search for Intellisense, I looked in the options>Business Intelligence Designer and got this message, An error occurred while loading this property page.
Any ideas.
RE-EDIT
I thought I would try reinstalling VS but neither Window Add/Remove or the DVD disk will uninstall it. An error pops up saying something like the program encountered an error, cancelling setup.
Various suggestions:
Try running VS from the commandline as
devenv.exe /safemodeto reset the settings.Try deleting any
.suofiles in the project.Go to Tools – Options – Text Editor – [Language] and check that the
Statement Completioncheckboxes are all set (pleaste note, don’t have VS2008 in front of me so not certain that this path is exactly right).Edit: It might also be worth trying to create a completely new project and see if it works then, that way you know if it’s VS settings or your project files that’s corrupted.
Edit 2: Regarding the uninstall failure, take a look at this KB article: Error message when you try to repair, uninstall, or install Visual Studio…
And since that article seems to indicate that you might not have installed any service pack for VS, that might be worth doing to see if it’ll fix your Intellisense issue (and if it doesn’t help, maybe a re-install might help).