I have a custom control packed as myControl.dll. How to install it in VS2010 by using the WPF ToolBox Control template? I do not want to use the "Choose Toolbox..." or "Drag and Drop" techniques.
Asked
Active
Viewed 2,890 times
1
-
Did you ever check this link? http://blogs.msdn.com/quanto/archive/2009/06/12/how-do-i-deploy-a-toolbox-control-as-a-vsix.aspx – sankar May 13 '10 at 19:39
1 Answers
0
I wrote a thorough tutorial article on the topic:
Visual Studio Toolbox Control Integration
The "Choose Items..." is easiest choice for manual installation and is discussed in the article as well.
You can also bundle the control in VSI, VSIX or VSPackage, use VS Automation Object Model (DTE) or existing package pre-installed with VS2010 and newer called Toolbox Controls Installer (TCI).
Drag and drop does not work for VS Toolbox as far as I know.

Libor
- 3,285
- 1
- 33
- 41