April 2006 Entries

Lost intellisense in Web.Config (asp.net 2)

If you find that the very useful intellisense for web.config in Visual Studio 2005 has suddenly broken, check out the namespace declaration for the configuration section.  Some tools (such as the Web Configuration Tool) add in the following everytime they edit the file, and this breaks the intellisense: <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> To correct it simply remove the namespace declaration thus: <configuration > HTH Ian

«April»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456