Visual studio do not add my Component (from a dll) to the toolbox even if I reference it
Posted
by
Fire-Dragon-DoL
on Stack Overflow
See other posts from Stack Overflow
or by Fire-Dragon-DoL
Published on 2011-01-07T00:53:06Z
Indexed on
2011/01/07
0:53 UTC
Read the original article
Hit count: 226
As stated in the title, I copied my dll in visual studio project, set it to "content" and "copy always". Added a reference to this dll and set it to "copy locally".
I successfully managed to instance my component to a form through code but it doesn't appear in the toolbox, really boring.
How can I solve this issue?
If I link directly the dll project to this project it works, but now I'm treating the dll as "external" so it's not part of the same solution of the dll project.
Thanks for any help
© Stack Overflow or respective owner