After I have published my website, I am getting this error while building it again on my local.
The type or namespace name ‘ClientIDMode’ does not exist in the namespace ‘System.Web.UI’ (are you missing an assembly reference?)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Error was coming because of Web.config got changed somehow. I saw many things that generally don’t come while developing a website. So I edited to make it proper by looking into other project that I have made and also removed some dll that I was not using then after doing so many modification My project start working and I have published my website again and again so many time then I didn’t get problem like this again. So May be it was my mistake or I did something wrong while publish at that time.
Thanks to all of you for replying and commenting.