Re: [DOTNET] Problem with Visual Studio Designer

2002-05-30 Thread Chris Sells
y, May 30, 2002 2:35 AM > To: [EMAIL PROTECTED] > Subject: [DOTNET] Problem with Visual Studio Designer > > Hi, > I have a problem with the Visual Studio designer. > The problem is that the designer could not display > my components. > I have the following scenario. I have my

Re: [DOTNET] Problem with Visual Studio Designer

2002-05-30 Thread Bill Schmidt
Jan, Two things: (1) The client WinForm must be in a separate project from the components. The client project and the component project may both be part of the same solution, and the same assembly. (2) When adding the reference to the component project, look under the Projects tab (not the .NET t

[DOTNET] Problem with Visual Studio Designer

2002-05-30 Thread Jan Dropczynski
Hi, I have a problem with the Visual Studio designer. The problem is that the designer could not display my components. I have the following scenario. I have my own WinForm that uses my own components (derived from UserControl). These components are in the same assembly as the WinForm but in a s