Hey,
System.Web.UI.Design is within the System.Design.dll assembly, you have to add that to your references list; The UITypeEditor is defined in System.Drawing.Design, you may have to add that dll as well... but maybe not. I'm not sure if that is in the same assembly (System.Design.dll).
Brian
|