Browse by Tags
Sorry, but there are no more tags available to filter with.
- Dr. eX: How can I programmatically add a database connection to the server explorer toolwindow with my add-in?
-
For VS 2008, you can use the IVsDataExplorerConnectionManager.AddConnection method. The easiest way to retrieve this interface is with the help of the Visual Studio SDK . You’ll need to install the VS SDK and add the following references to your add-in Read More...