I need to use System.Web.UI in a class library project.
using System.Web.UI;
namespace OnlinePdViewer
{
public class DisplayPd
{
}
}
I get compile error when using System.Web.UI statement:
"The type or namespace name 'UI' does not exist in the namespace in the 'System.Web' are you missing an assembly reference?"
I tried to add the reference System.Web, but COM does not include System.Web dll.
The error will be removed.