How to install design-time support for Custom User Control Library

87 Views Asked by At

I have a usercontrol library that is no longer supported and want to make some changes to the control code to fix some bugs (I do have the code), but I don't know how to deploy the updated controls to my Visual Studio. I added the control dll's to the Toolbox and that worked without any issues, but I can't place the controls on the winforms, they just get placed in the tray at the bottom of the designer.

The user controls have separate Design dll's, so it will be Library.Schedule.dll and Library.Schedule.Design.dll. I presume that the Design dll's are for the design-time support, but I don't know how to install them?

I appreciate the help!

0

There are 0 best solutions below