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
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
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