How to install toolbox controls for .Net 3.5 using vsix package. I have a toolbox control project build using .Net 3.5. I could have my users install the assembly manually. But in the end this is not acceptable. Since, ProvideToolboxControlAttribute
was built against .Net 4.5, I can only create toolbox controls built for .Net 4.5 in the package. Other than manual install, is there a method to include toolbox controls that will target .Net 3.5.
innovoCAD