When you type code in the code window for an
application that was built by using Microsoft ASP.NET 2.0 in Microsoft Visual Studio
2005, Microsoft IntelliSense may not work correctly. You may also
notice that CPU usage reaches 100 percent when IntelliSense is not responding. This
problem occurs when the following conditions are true:
- The application code that you work on resides in an
.aspx file or in a code-beside file.
- One or more of the configuration files that are required to
compile the application contains a code error. Examples of configuration files
include the Web.config file and the Machine.config file.