Sign In
Software Musings
Random thoughts while writing code (and mostly about code)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
#include Auto Completion
.Net
.NET System.Xml Namespace
Assembly.Load
C#
C++
Code Coverage
Component Level Testing
Control
Coordinates
Float
IntelliSense Options
Manual Testing
Navigate To
Software testing
Testing
UI Testing
Unit Testing
Unloading assemblies
Visual C++
Visual Studio
Visual Studio .Net Reflection
Visual Studio .NET XML Serialization
Visual Studio 2010
Visual Studio AddIns DTE IServiceProvider
Archive
Archives
January 2012
(1)
December 2011
(1)
April 2011
(1)
March 2011
(1)
December 2010
(1)
July 2010
(1)
April 2010
(1)
March 2010
(2)
November 2009
(1)
September 2009
(2)
August 2009
(3)
July 2009
(2)
July, 2009
MSDN Blogs
>
Software Musings
>
July, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Software Musings
Getting an instance of Microsoft.VisualStudio.OLE.Interop.IServiceProvider from a Visual Studio AddIn
Posted
over 3 years ago
by
Raul Perez
0
Comments
Last week I was working on an AddIn and I needed an instance of IServiceProvider. The closest I found was this piece of code: EnvDTE. Project project; IServiceProvider serviceProvider = new ServiceProvider (project.DTE as Microsoft.VisualStudio...
Software Musings
Hello!
Posted
over 3 years ago
by
Raul Perez
0
Comments
A bit about myself, my name is Raul Perez. I'm currently part of the Visual C++ IDE team and I've been working here for little over a year. I'm originally from Puerto Rico, I lived there for 27 years and yes my native tongue is Spanish. Before working...
Page 1 of 1 (2 items)