views:

51

answers:

1

When I type < in the Markup Mode of Visual Studio 2010, I don't get any server-side controls (ie. ), 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 the .vb files intellisense is working fine.

A: 
  • Check file extension - editor bindings in preferences.
  • Check the system.web\pages\controls config section in your web configuration file.
  • Check the system.web\compilation\assemblies section too.
BlueCode