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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top