I made a usercontrol in my project, and after building project, I need to put it in my toolbox, and use it as a common control. but i can\'t. the UserControl is
UserControl
I found that the user control must have a parameterless constructor or it won't show up in the list. at least that was true in vs2005.