I have a solution that I design all my reusable code/forms in.
This solution contains a project "Cody" which is my "Class Library"
and a project "Test" which is a "Window Application" with 2 forms on in to test my new stuff.
So whenever I start new solutions/projects I add a reference to my .dll
And now I am adding custom controls
My new controls show up and work fine on the project "Test"
But when I reference them into another solution they won't appear in the toolbox!
What am I missing?
This solution contains a project "Cody" which is my "Class Library"
and a project "Test" which is a "Window Application" with 2 forms on in to test my new stuff.
So whenever I start new solutions/projects I add a reference to my .dll
And now I am adding custom controls
My new controls show up and work fine on the project "Test"
But when I reference them into another solution they won't appear in the toolbox!
What am I missing?