I have an old VB6 project that uses a CTL user control. I can see the user control on the toolbox.
If I create a new form inside the project, and I try to add the user control, it fails because "Error loading DLL" and the control cannot be added.
But if I create a new project, I can add the user control to the project, and then use it in a new form without problem.
What is wrong in the first project, that I cannot use the user control in its forms?
In the same way, opening the forms of the project where the user control is already used, the control is not recognized. Seems something related to a wrong path/reference for the user control on the original project.
I've tried to add the user control again, but it tells me that already exists a user control with the same name.
And if I try to quit the user control to load it again, I cannot quit it because is being used in the project. What can I do?
Thanks for your help.