Search code examples
visual-studio-2010asp.net-3.5intellisensemarkup

ASP.NET Markup Intellisense not working in Visual Studio 2010


When I type < in the Markup Mode of Visual Studio 2010, I don't get any server-side controls (ie. <asp:textbox />), I just get a list of standard HTML controls.

This used to work, but one day just stopped.

Why could this be?

P.S: I'm a VB.NET Programmer, and intellisense is working fine in the .vb files.


Solution

  • Navigate here: C:\Users\USERNAME\AppData\Roaming\Microsoft\VisualStudio

    And delete the contents of the folder labeled '10.0'. This worked for me.