0
votes
4answers
28 views
What code snippet plugins are available for VS2008?
I want a code snippet editor for VS2008.
I'd like to just hit a hot key, bring up an editor, type in my snippet, run to my break point and step through.
I don't want to have to …
1
vote
2answers
13 views
Are there Monodevelop add-ins that assist with refactoring?
What refactoring tools similar to Visual Studio / DevExpress / Resharper are available for the Linux environment? Specifically I'm interested in the global renaming and method ge …
0
votes
0answers
14 views
unable to create specified activex control - shared add in error
I have developed shared add-in using VS 2008 and it is working fine for Office 2007 on my development machine but when setup is installed on another machine(WindowXP), I am getting …
4
votes
3answers
106 views
MEF vs Mono.AddIn
Hi,
I'm developing a .NET 3.5 C# desktop application. It should be extensible via plug-ins.
Are there any articles etc. discussing the differences between MEF and Mono.AddIn to h …
0
votes
3answers
45 views
VSTO Outlook Add In Problem
I am running into problems with an Outlook Add In I created. Somehow Outlook doesn't shut down properly. I've seen all the postings about using ReleaseComObject and such.
==== UPD …
0
votes
1answer
72 views
Add a Right-Click Menu Item in Visual Studio using C#?
How to write an add-in that allows me to right click on the files hierachy tree to do something that will display something?
This is exactly what I want (2nd part of the video), b …
0
votes
2answers
57 views
VSTO: can’t open another Excel file, while first file is blocked by modal window from Add-in
We can't open another Excel file, while first file is blocked by modal window from our Add-in. Closing the dialog window unfreezes all pending file opens.
Excel version is 2007. I …
0
votes
1answer
31 views
Calling an XLL in C#
I have a XLL Addin (Test.xll). I wish to use this in my C# (VS2008/.Net 3.5) application. If anybody can guide me how to use this in my C# application.
If anybody could please gui …
0
votes
0answers
30 views
Word Add-In CustomizationContext - how to set it to Add-In itself
When Word Add-In adds some context menu it is expected to set CustomizationContext (otherwise Normal.dot is affected). There are multiple options to what can be a CustomizationCont …
0
votes
0answers
19 views
WPF resources addin
I have a WPF application that runs as an add-in in another application.
(In this case it is COM based but I don't think it matters for the problem I have)
The application works fi …
2
votes
1answer
89 views
COM Add-in for Excel doesn’t load when Excel is launched by opening file
Several users have reported that if they launch Excel by double-clicking an Excel file, the add-in will not load. But, if they open Excel via the Start menu (or Quick launch toolba …
0
votes
1answer
38 views
How to create excel add-in (excel 2003 or previous version) package with activeX dll?
Hi, guys,
I am new to excel add-in prgramming and I am having a existing excel add-in project need to modify.
The plug-in has 2 parts, one is programmed in VB and compiled into a …
0
votes
2answers
59 views
How to create a button like New Mail in Outlook add-in?
Can anyone pls tell me how to create a button(in CommandBar) like 'New Mail' (with a dropdown list) in Outlook?
When one clicks on the button it should do some action and when cli …
0
votes
1answer
41 views
Visual Studio Add-In: How do I know when a solution has finished loading
I'm writing a VS2008 add-in (using DTE) that needs to be notified after the current solution has finished loading.
I've tried using the following code:
events = (Events2) applica …
3
votes
3answers
127 views
Does anyone know of a free tool to integrate Reflector with Visual Studio, besides TestDriven.NET?
Dear ladies and sirs.
I love the Go to Reflector menu option installed by TD.NET. However, TD.NET is not free for commercial use and so I do not have it at work.
I am wondering i …
