Intellisense Problem – Microsoft’s Quick Response

I had sent out a tweet on Friday to list #VS2010 about how my intellisense stopped working all of sudden in VS2010.  Scott Guthrie @scottgu replied within 27 minutes and asked me to send a direct email to him. 

I sent an email today.  Within several hours I was redirected to Brittany Behrens @VSEditor.

Well here was the response that worked.  I completely reset my settings.

The problem is that when ReSharper is enabled for a user, it disables the default Visual Studio IntelliSense and replaces it with ReSharper IntelliSense.  The .vssettings file records that IntelliSense is disabled.  When you install VS 2010, it automatically imports your settings file from the previous version of Visual Studio, including the setting that disables IntelliSense.

You can fix this in one of two ways:

1.)   Install a build of ReSharper that’s compatible with VS 2010, or

2.)   Re-enable IntelliSense in VS 2010.  To do this, go to Tools->Options->Text Editor->[your language]->General and check “Auto list members”.  For C#, you might also need to visit Tools->Options->Text Editor->C#->IntelliSense and reset those options as well.

Technorati Tags: ,
19. April 2010 17:21 by Danny Gershman | Comments (0) | Permalink

VSWebCache

When you open a Visual Studio .NET 2003 web project, you need to have your IIS virtual directory match what is in your SLN file as well as your .webinfo file.  That IIS virtual directory needs to also map to the actual directory your project file is in.

Whenever you attempt to open a web project (csproj / vbproj) in VS2003, it will attempt to read from the VSWebCache reference first.  This can cause your development environment to break, if you happen to have moved files around since the last time you opened your project. 

Browse to the VSCache location for your user and clear out the appropriate folder to reset this.  The location is set in VS under Tools –> Options –> Projects –> Web Settings.  See screenshot below.

image

Technorati Tags: ,
30. March 2009 12:58 by Danny Gershman | Comments (3) | Permalink

About dannyg

dannyg has been writing software for the last 12+ years and worked with various languages and programs.  He specializes business process automation, versatile solutions and R&D.