Rory Primrose

I don't have a solution but I admire the problem

Recent Posts

Tags

Community

Email Notifications

Archives

Browse by Tags

All Tags » Extensibility (RSS)
Visual Studio Addin - No such interface supported
I'm working on a new Visual Studio addin that launches a profiling application that in turn runs unit and load tests. I can't recall how I created the project, but it must not have been by using the addin wizard. When I debugged the addin in another instance...
Neovolve ReSharper Plugins 1.0 released
I have just released the ReSharper Plugins 1.0 in my NeovolveX extensibility project on CodePlex . This plugin formats code as part of the ReSharper code format profiles. The following is a copy of the Using ReSharper Plugins 1.0 documentation on the...
ReflectorLink 1.0 Released
I have been working on a CodePlex project over the last month or so that contains a set of extensibility tools. I have just released ReflectorLink 1.0 which is a Visual Studio addin that launches Reflector . The following is a copy of the Using ReflectorLink...
Finding the type of UIHierarchyItem.Object
I have written a few addins over the last couple of years and I have always found the object model really painful to deal with. One of the more common problems I have encountered is trying to identify the type of UIHierarchyItem.Object. This is especially...
When is EnvDTE.Project not an EnvDTE.Project?
When it is a EnvDTE.ProjectItem. I must admit that this one took me by surprise. I am writing a Visual Studio addin for launching Reflector (see the CodePlex project here ). You can launch Reflector from the tools menu and the Solution Explorer window...