Reputation: 3783
Since installing VS2012 I have found that intellisense is failing to list any of my controls (registered in Web.config under the namespace "ctl") when I'm editing markup. Furthermore when I format the document, all instances of custom controls on the page are changed to lowercase.
I have tried:
Upvotes: 4
Views: 2072
Reputation: 1604
I believe this issue is described by this Microsoft Connect bug report.
Upvotes: 2
Reputation: 11
This is confirmed fixed in Visual Studio 2012 Update 1 but I'd recommend downloading Update 2 since it's cumulative - http://support.microsoft.com/kb/2797912
Upvotes: 1