I have the "Tools->Options->Windows Forms Designer->General->AutoToolboxPopulate" property in VS 2005 set to true.
I am referencing a DLL file with (public) custom components and forms in my project, but the components are not in the Toolbox. I tried adding them programmatically in the "MyForm.Designer.cs" file, but that just messed up the designer.
Such an aggravating issue. Never been able to solve this. Does anyone know how to make these components appear in the Toolbox?