Link to home
Start Free TrialLog in
Avatar of jazzIIIlove
jazzIIIloveFlag for Sweden

asked on

c# UserControl is not added to toolbox of VS2010?

Hi there;

I have some user controls classes in c# but the controls are not added to the toolbox of VS2010 even autopopulate is enabled in VS. Some of the controls does not have .resx files. Is it a problem?
The project is a conversion from VS2005. What to do?

Kind regards.
Avatar of kaufmed
kaufmed
Flag of United States of America image

Have you tried building the project with the controls prior to trying to add them to a project?
ASKER CERTIFIED SOLUTION
Avatar of Paul Jackson
Paul Jackson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jazzIIIlove

ASKER

>>Have you tried building the project with the controls prior to trying to add them to a project?
yes...i had...

>>right-click anywhere on the toolbox and click choose items, then click the Browse button, navigate to >>the DLL that was created when you built your control
I couldn't find the dll of usercintrols...they have the extension of .cs and having the user control icon in my solution explorer. How can I have their dlls? There is no main in those classes.

Kind regards.