Installing a .NET control in the visual studio toolbox -


we use project installing .net controls in visual studio toolbox: http://vstudiotoolbox.codeplex.com/. approach requires run vstudio in background resulting in slow operation. noticed many other component manufacturer can install control instantly.

what other approaches exist?

thanks.

i wrote tutorial article on how this:

visual studio toolbox control integration

i found project on codeplex quite obsolete , updated work visual studio 2012.

other approaches include:

  • toolbox controls installer (tci) package - quickest , easiest way
  • vsi , vsix packages
  • vspackage - powerful, , complicated way

i have discussed updating , uninstallation in article well.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -