
can't find namespace using System.Web.UI.Design
I'm getting this error
D:\WebControls\TextControl.cs(8): The type or namespace name 'Design' does
not exist in the class or namespace 'System.Web.UI' (are you missing an
assembly reference?)
when trying to:
using System.Web.UI.Design;
I have an example project where this does work, but not in my own. What
assembly to reference or what could be wrong here?
Thanks!