I have a custom control DLL in Project1. I want to use the custom control DLL in Project2. I added a reference of the DLL in Project2 but I am not able to see it in my toolbox.
I have a custom control DLL in Project1 . I want to use the
Share
Items are not automatically added to the toolbox when they are added as a reference to the project.
The easiest way to add the items to the toolbox is to drag a copy of the DLL from windows explorer onto the toolbox.