4
I created a project "Windows Forms Toolbox Control" and customized some controls:
I created a custom gallery so that all programmers in the company can install Toolbox and make use of the controls:
As the figure below you can see the Toolbox created and available for use:
My problem occurs when the controls undergo some kind of change and need to be updated. I noticed that after updating Toolbox by the visual studio gallery, the projects that contained the controls' dll reference lose the reference of where the dll was.
The image below shows the path where the extension was installed:
After the Toolbox update the path was changed, see in the figure below:
With this the designs stay with the broken design:
How can I update these controls so that projects do not lose their reference?
I noticed that there are some extensions installed do not have this different nomenclature in the directory. You can change the extension destination folder on installation and update?
...sorry for the amount of images, it is that I have not found a better way to expose the problem.