while I got error “using System.Web.UI” as namespace not found. I tried to figure it out by adding the reference. But unfortunately in the .NET tab I couldn’t find System.Web.UI component while other components were there. How to solve the issue ?

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.
EDIT: Okay, my original answer was based on the original version of the question…
Next up: do you have a reference to
System.Web.dllwhich is the assembly which includes at least many of the classes inSystem.Web.UI?