Restore IntelliSense for web.config
Sometimes intellisense gets lost for web.config in VS2005.
Seems like it happens after usage of "ASP.NET Configuration" tool. The tool replaces <configuration> tag with <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">, and IntelliSense is not available after that.
To fix the problem - just remove that xmlns="..." from the <configuration> tag. And save the web.config.
Technorati tags: vs2005, intellisense, web.config, problem, fix, asp.net configuration, configuration
del.icio.us tags: vs2005, intellisense, web.config, problem, fix, asp.net configuration, configuration
0 Comments:
Post a Comment
<< Home