HighTechTalks DotNet Forums  

System.Windows.Forms.Design.ControlDesigner is not defined

Dotnet Framework (WinForms DesignTime) microsoft.public.dotnet.framework.windowsforms.designtime


Discuss System.Windows.Forms.Design.ControlDesigner is not defined in the Dotnet Framework (WinForms DesignTime) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Cris via DotNetMonster.com
 
Posts: n/a

Default System.Windows.Forms.Design.ControlDesigner is not defined - 12-14-2004 , 08:29 AM






hello world,
i'm quite a newby to .net, and so i try to follow the
msdn samples.
many samples refer to a System.Windows.Forms.Design.ControlDesigner
class, but, what's on ?
Visual Studio (IDE 7.1, Framework 1.1) obviously doesnt know anything about a 'ControlDesigner'.
Where am i wrong?
yours, Chris

--
Message posted via http://www.dotnetmonster.com

Reply With Quote
  #2  
Old   
Etienne
 
Posts: n/a

Default Re: System.Windows.Forms.Design.ControlDesigner is not defined - 12-14-2004 , 08:51 AM






Hi Chris,

You probably forgot to add a reference to System.Design.dll in your
project.

Etienne.

Cris via DotNetMonster.com wrote:

Quote:
hello world,
i'm quite a newby to .net, and so i try to follow the
msdn samples.
many samples refer to a System.Windows.Forms.Design.ControlDesigner
class, but, what's on ?
Visual Studio (IDE 7.1, Framework 1.1) obviously doesnt know anything
about a 'ControlDesigner'. Where am i wrong?
yours, Chris


Reply With Quote
  #3  
Old   
joeycalisay
 
Posts: n/a

Default Re: System.Windows.Forms.Design.ControlDesigner is not defined - 12-14-2004 , 08:26 PM



Exactly, eventhough it is under System.Windows.Forms namespace, it is in
another assembly, System.Design.dll, I also got confused with this before.

"Etienne" <anonymous (AT) anonymous (DOT) com> wrote

Quote:
Hi Chris,

You probably forgot to add a reference to System.Design.dll in your
project.

Etienne.

Cris via DotNetMonster.com wrote:

hello world,
i'm quite a newby to .net, and so i try to follow the
msdn samples.
many samples refer to a System.Windows.Forms.Design.ControlDesigner
class, but, what's on ?
Visual Studio (IDE 7.1, Framework 1.1) obviously doesnt know anything
about a 'ControlDesigner'. Where am i wrong?
yours, Chris




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.