Browse by Tags

Dr. eX: Why does GetService(typeof(EnvDTE.DTE)) return null?
Ever build a Visual Studio package with code that looks like the following? p rotected override void Initialize() { base .Initialize ();             this .dte = GetService( typeof ( DTE )) as DTE Read More...
Posted 09 June 08 08:47 by vsxteam | 2 Comments   
Filed under
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...
Posted 15 January 08 02:10 by vsxteam | 0 Comments   
Filed under ,
Page view tracker