custom component

  • Thread starter Thread starter Fred Chen
  • Start date Start date
F

Fred Chen

I've created a custom component and a custom designer.

I followed this article:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/custdsgnrdotnet.asp

I've added my custom designer to the GAC and placed the following line
of code in above the class in my custom component:

[Designer("myComponentDesigner.myDesigner, myDesigner,
Version=1.0.1.0, Culture=neutral, PublicKeyToken=ff11483eb5a8c1a5")]

But my Custom Designer is never called when I add my component to a
form.

Does anyone know why the component can't find the Custom Designer?

Thanks,
Fred
 
Back
Top