Designer class missing

T

Troy

I am missing the System.Web.Ui.Designer class from intellisense. When I
debug it the IDE also indicates that it is missing. I'm referencing it in
this statement: Editor(GetType(System.Web.UI.Design.ImageUrlEditor),
GetType(System.Drawing.Design.UITypeEditor)

Any ideas why I'm missing this or how to obtain it?
Thanks.
 
J

John Saunders

Troy said:
I am missing the System.Web.Ui.Designer class from intellisense. When I
debug it the IDE also indicates that it is missing. I'm referencing it in
this statement: Editor(GetType(System.Web.UI.Design.ImageUrlEditor),
GetType(System.Drawing.Design.UITypeEditor)

Any ideas why I'm missing this or how to obtain it?

Are you referencing the assembly this class is a part of?

John Saunders
 
W

Waynes-world

Hi,

I'm having the same problem - I'm trying to reference System.Web.UI.Design,
but all I can get is:
System.Web.UI.HtmlControls and
System.Web.UI.WebControls

I'm on VS2003 (C#) on Win2k server (fully sp'd). My colleague is running on
XP (same install of VS.NET) and he gets the option of System.Web.UI.Design

Any ideas would be appreciated as I need to implement a UrlEditor within my
composite control.
 
G

Gary K

Greetings & Salutations,

This one is a simple one (but only with hindsite, it still took me a while
to work it out)

You need to add a reference in your project to the "System.Design.dll" file.
Simply select "Add Reference" from the "Project" menu (if you are using
VS.NET IDE) and on the ".NET" tab look for the "System.Design.dll" file and
select it.

This also adds other Design namespaces to your project.
 

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

Members online

Forum statistics

Threads
474,266
Messages
2,571,090
Members
48,773
Latest member
Kaybee

Latest Threads

Top