I created a "Windows Forms Toolbox Control" project and customized some controls:
I'vecreatedacustomgallerysothatallofthecompany'sprogrammerscaninstallthetoolboxandmakeuseofthecontrols:
According to the figure below you can see the toolbox created and available for use:
Myproblemoccurswhenthecontrolsundergosomesortofchangeandneedtobeupdated.Inoticedthatafterdoingthetoolboxupdatebyvisualstudiogallery,theprojectsthatcontainedthecontrolsdllreferencelosethereferenceofthelocationwherethedllwas.
Theimagebelowshowsthepathwheretheextensionwasinstalled:
After the update of the toolbox the path has changed, see the figure below:
Withthis,theprojectshavethebrokendesign:
How can I update these controls so that projects do not lose the reference?
I noticed that there are some extensions installed that do not have this different naming in the directory. Is it possible to change the destination folder of the extension in installation and update?
... sorry for the amount of images, I have not found a better way to expose the problem.