VS2012 intellisense not working for user controls

Since installing VS2012, I have found that intellisense cannot display a list of my controls (registered in Web.config in the "ctl" namespace) when I edit the markup. Also, when I format the document, all instances of the user controls on the page change to lowercase.

I tried:

  • Delete temporary ASP.NET files
  • ReflectedSchemas Cleaning
  • Reset All Visual Studio Settings
+4
source share
2 answers

I believe this question is described by this Microsoft Connect error report .

+2
source

This is confirmed to be fixed in Visual Studio 2012 Update 1, but I would recommend downloading Update 2 as it is cumulative - http://support.microsoft.com/kb/2797912

+1
source

Source: https://habr.com/ru/post/1434798/


All Articles