I have some UserControls that I created in ProjectA. I have ProjectB that has a windows form that I want to put the controls on. Both of these projects are in a single sol
Check this setting:
Tools > Options > Windows Forms Designer > General : AutoToolboxPopulate
It should be set to True for this to work.