System.Web.UI Namespace Not Found
2 August 2008
360 views
No Comment
If you happen to be working with a class in a class library and need to use System.Web.UI then you are likely to get an error on compile; if you do not add the System.Web dll on the references.
Adding the System.Web will allow you access many of the Web function from the class in a class library or so.










Leave your response!