Click here to Skip to main content
15,885,636 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
after typing a tag in visual studio .
it is showing a GREEN underline under that tag.
and it shows a message like this"Element 'button' is not a known element.This may occur if there is a compilation error in the website are web.config file is missing "

what i have to do.My web.config is already exists int the project.

please help.
Posted
Comments
ZurdoDev 19-Dec-12 9:59am    
It's a compilation error. You have to track down the cause. Does it compile?

1 solution

Try using proper casing like below-

<asp:button xmlns:asp="#unknown">
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900