Hi Mario,
I'm becoming crazy for this problem!
I think references are right:
1) designer project has a reference to controls project
2) controls project has NO references to designer project (avoiding
circular references). This is the reason because I'm going to reference
designers using a string instead of using GetType
3) test project (WinForms) has a reference to both controls and design
projects
Some other ideas please??
TIA
Mario Vázquez said the following On 11/01/2007 8.18:
> Hi Greco,
>
[quoted text clipped - 33 lines]
>>
>> Thank you
Mario Vázquez - 11 Jan 2007 14:07 GMT
Hi Greco,
I think the wrong point is:
> 2) controls project has NO references to designer project...
If controls can't instantiate its designers, how they are supposed to work?
If your designers does not need to reference your controls (i don't think
so), you just can invert points 1 and 2.
If this is not the case, as far I know, the only solution is to join again
your projects in one in order that all the components involved can find
themselves, but well, this is not what you want, i know...
:S
----- Original Message -----
From: "Greco" <submissionsSPAMFREE@SPAMFREEnaxosdev.com>
Newsgroups: microsoft.public.dotnet.framework.windowsforms.designtime
Sent: Thursday, January 11, 2007 10:40 AM
Subject: Re: DesignerAttribute problem
> Hi Mario,
> I'm becoming crazy for this problem!
[quoted text clipped - 48 lines]
>>>
>>> Thank you
Mario Vázquez - 11 Jan 2007 14:07 GMT
Hi Greco,
I think the wrong point is:
> 2) controls project has NO references to designer project...
If controls can't instantiate its designers, how they are supposed to work?
If your designers does not need to reference your controls (i don't think
so), you just can invert points 1 and 2.
If this is not the case, as far I know, the only solution is to join again
your projects in one in order that all the components involved can find
themselves, but well, this is not what you want, i know...
:S
----- Original Message -----
From: "Greco" <submissionsSPAMFREE@SPAMFREEnaxosdev.com>
Newsgroups: microsoft.public.dotnet.framework.windowsforms.designtime
Sent: Thursday, January 11, 2007 10:40 AM
Subject: Re: DesignerAttribute problem
> Hi Mario,
> I'm becoming crazy for this problem!
[quoted text clipped - 48 lines]
>>>
>>> Thank you
Greco - 12 Jan 2007 10:06 GMT
Hi Mario
Mario Vázquez said the following On 11/01/2007 15.07:
> Hi Greco,
>
[quoted text clipped - 8 lines]
> themselves, but well, this is not what you want, i know...
> :S
Yes, you are right. Maybe the only solution should be join again the two
projects and start over again.
Thank you for your help, it was valuable!
Greco
Hi all
I just tried to replace my custom designer with standard
ParentControlDesigner:
DesignerAttribute("System.Windows.Forms.Design.ParentControlDesigner,
System.Design")> _
but still NOT works. If the statement above is correct, I'm starting to
think this is a bug...
Some ideas?
Thanks
Mario Vázquez said the following On 11/01/2007 8.18:
> Hi Greco,
>
[quoted text clipped - 33 lines]
>>
>> Thank you