i am not able to use the name space system.web
-
Hi iam a beginner in c# & recently i was planning to build a web application but iam not able to use namespace system.web cause my compiler is not able to recognize it. what's the reason? should i import it from somewhere else?if yes from where & how do i import? please help me.:confused:
-
Hi iam a beginner in c# & recently i was planning to build a web application but iam not able to use namespace system.web cause my compiler is not able to recognize it. what's the reason? should i import it from somewhere else?if yes from where & how do i import? please help me.:confused:
You have to add a reference to the DLL. Therefor go to the solution explorer, right-click on References and select "Add Reference". In the dialog that opens, search System.Web.dll entry in the ".NET" tabpage, double-click on it and close the dialog with OK. www.troschuetz.de