can't find namespace using System.Web.UI.Design 
Author Message
 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!



Thu, 28 Apr 2005 20:09:30 GMT  
 can't find namespace using System.Web.UI.Design


Quote:
> I have an example project where this does work, but not in my own. What
> assembly to reference or what could be wrong here?

Sorry about that, I needed to add a reference to System.Design.dll


Thu, 28 Apr 2005 21:09:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Adding Web Controls to the System.Web.UI.WebControls namespace

2. I can not find System.Web.UI.WebControls

3. System can't find ServiceProcess namespace

4. Namespace Conflict - c# Class Library used by Web Service and ASP.NET Web App

5. Layout of Custom System.Web.UI.UserControl Objects added to parent

6. Subclassing System.Web.UI.Page

7. System.Web.UI.Page

8. Q: SelectedIndexChanged event for System.Web.UI.WebControls.DropDownList

9. System.Web.UI.WebControls.FontInfo

10. GUI/UI Design Question using MFC

11. System.Web.Mail namespace does not exist???

12. Web reference namespace not found

 

 
Powered by phpBB® Forum Software