Arjun Sharma
Arjun Sharma

Reputation: 595

unrecognized tag-prefix in my project in asp.net control

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:

  1. Deleted reflected schema from vs folder
  2. Add tag for the asp control in web.config
  3. Formatted my system.
  4. Added the intellisense .js file.
  5. Done the VS repair

Hoping for the positive solution. Thanks in advance

Upvotes: 4

Views: 964

Answers (1)

IrishChieftain
IrishChieftain

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

Related Questions