Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008: No Intellisense in web.config

My web.config no longer has Intellisense nor colour highlighting. It looks like a regular text document. Any idea why this would occur?

Thanks!

like image 766
StephenPAdams Avatar asked Jun 07 '10 19:06

StephenPAdams


2 Answers

All,

I've fixed it by doing the following:

Opening up the VS2K8 command prompt and running the following command:

devenv /setup

Now we're back in business.

Thanks all!

like image 102
StephenPAdams Avatar answered Sep 30 '22 19:09

StephenPAdams


Try to reset your settings : Tools > Import and Export Settings and choose Reset All settings. (maybe you want to make an export first if this does not work).

HTH

like image 39
Marcote Avatar answered Sep 30 '22 17:09

Marcote