Missing namespace: System.Web.UI.Design

G

Guest

Hi everyone,

When I compile my code with "using System.Web.UI.Design;" I get a compile
error. I don't think I'm missing a reference as I can use
System.Web.UI.HtmlControls and System.Web.UI.WebControls. What's the mystery?

Thanks.
 
K

Kevin Spencer

Add a reference to System.Design, which is a separate dll.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
G

Guest

Thank you Kevin.

Kevin Spencer said:
Add a reference to System.Design, which is a separate dll.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top