Reputation: 595
I'm having a major problem in my project that all the asp.net controls having error of unrecognized tag-prefix because of the all the internal tag has been converted to lower case and intellisense is not working on these control but working on html controls, this project is working fine on other system but not on my system. Other projects on my system are working fine.
I have done the following things but didn't find the solution for it:
Hoping for the positive solution. Thanks in advance
Upvotes: 4
Views: 964
Reputation: 15253
Delete the C:\Users\UserName\AppData\Roaming\Microsoft\VisualStudio\10.0 folder:
Visual Studio 2010 RTM intellisense not working for asp.net tags
Upvotes: 2