Add a control plus its designer

Hello
I have a control plus its designer .
now I want to add the control to toolbox .
but I wanted to put it in there I have got this error :"Insufficient state to deserialize ....


I dont know what should I do when we have two controls ( in 2 dll files )
which one of them is a designer 

please help me 

thanks


Answer this question

Add a control plus its designer

  • JBirch

    Check the attributes in Reflector. If one is a designer, it will be referenced by an attribute in the other (DesignerAttribute).
  • Add a control plus its designer