0
votes
0answers
13 views

How to create a VS2008 Add-in with XAML based tool window?

I am not sure if this is possible, when I create a XAML based window from UserControl and create the instance via Windows2.CreateToolWindow2 in my add-in code, it throw exception about : However ...
0
votes
0answers
20 views

Extension Error for Trizetto Facets extension

Hi folks, I don't know if anyone here can help, but we are at wits' end. We use the Facets product from Trizetto, and I inherited an extension that works fine in production. All I changed was one ...
0
votes
1answer
50 views

Reference to existing instance of a COMVisible object

I have two .NET projects, and I would like to create a 2-way communication between these. ProjectA is a Shared Add-In, that creates a ribbon in an MS Office application. ProjectB is a WinForms app, ...
0
votes
0answers
20 views

MS word Addin monitoring Copy-paste and document name

I have created a MS Word 2010 Addin and i am tracking kwyboard events Ctrrl C and Ctrl V using hooks .Now i want to access the name of Word document in following function too. How can i o it? Please ...
0
votes
0answers
157 views

Cannot register assembly. Specific module could not be found

I'm trying to compile an excel addin solution that was developed in C#. Everything goes well when compiling but at the end, I receive the following message: Error 1 Cannot register assembly ...
2
votes
1answer
411 views

Calling COM object from STA thread cause TYPE_E_LIBNOTREGISTERED on some machines

I am developing Word shared add-in, using COM shim wizard. http://blogs.msdn.com/b/mshneer/archive/2010/03/19/com-shim-wizards-for-vs-2010.aspx Everything worked fine until I tried to use some ...
1
vote
1answer
361 views

Outlook 2010 COM Addin does not install for all users

I am trying to isntall an AddIn that I created using Visual Studio 2010 that adds a new ribbon button to Outlook 2010. It all wokrs perfect untill it comes to deploying it to machines with multiple ...
0
votes
1answer
115 views

How to package a DLL to run for all users

I have a C++ COM DLL created using Visual Studio 2010 Pro. I am trying to package a DLL for use in Excel. However, when I try to compile the DLL when I am not running in administrator mode I get an ...
0
votes
1answer
26 views

Writing on MapPoint status bar

I'm creating a MapPoint add-in with Visual Studio 2010. I would like it to write some log messages on MapPoint status bar, to make the user know what it is doing. Is it possible? In the reference ...
1
vote
1answer
249 views

Conflict between Office COM add-in and VSTO add-in

I have created a simple Office Com add-in which is used among other PowerPoint add-ins on my company computers. Every time PowerPoint starts an AccessViolationException occurs as soon as I am ...
0
votes
0answers
229 views

Extending word Range or selecting next control in WordAddin using c#

I am working on a custom addin where i need to read custom XML part and generate ribbon buttons accordingly. Code: Microsoft.Office.Tools.Ribbon.RibbonMenu CategoriesMenu= new RibbonMenu(); //(this ...
1
vote
1answer
1k views

VSTO Add-ins, COMAddIns and RequestComAddInAutomationService

Please see 1st Edit (the screenshot at the bottom): I've followed this article to have a Winform app trigger a VSTO Add-In method: ...
1
vote
0answers
165 views

Asynchronous call of inprocess COM-DLL from VSTO Excel Addin?

I am developing an application level VSTO 4 Addin for Microsoft Excel 2007 / 2010. The result is a windows forms based DLL using .Net 4 Client Profile. Now I have to use a legacy COM-DLL. It is no ...
0
votes
1answer
139 views

Possible to Create 64-bit Add-in for VBA IDE using IDTExtensibility2?

Is it possible to create a COM add-in that will load into the Visual Basic Editor of Office 2010 64-bit? I can get my add-in to load into Office 2010 32-bit, but it just gets ignored by the 64 bit ...
0
votes
2answers
278 views

Excel Add-In sharing memory between Class Libraries

Environment : C#, .NET 3.5 , Windows 7 64, Excel 2007, Visual Studio 2010 I have a VS2010 with 3 projects : Projet « Business » : A class library with a global static variable ...
0
votes
0answers
214 views

.NET C# Excel plugin (VSTO) Button is selected in all open workbooks with only one click

We've developed Excel plugin using VSTO (Visual Studio Tools for Office) with Visual Studio 2010. Plugin has 2 buttons which perform some actions (.NET code via c#). Only one button can be selected at ...
1
vote
1answer
450 views

Outlook 2010 C++ add-in - HTML email body retrieval

I'm writing an outlook 2010 add-in, my add-in appends a footer to emails according to each email format (plain text/HTML), now I just discovered a problem that happens when I enable the outlook "Read ...
1
vote
0answers
286 views

Intermittent Error (System.TypeInitializationException: Type constructor threw an exception ) passing data to word addin from wpf app

WE have a WPF application which will launch a word and then pass some information to a VSTO Application addin. I have written the code as has been explained here We defined the interface and the ...
0
votes
1answer
142 views

Set MS Word 2010 Document Name from COM Addin

I'm searching for a way to preset the proposed filename in the SaveAs dialog of Ms Word 2010 from an COM AddIn. (Additionally I'd like to set also the default store path, but that is just secondary.) ...
0
votes
1answer
259 views

PowerPoint 2003 COM Add-In

I have a PowerPoint Add-in. I created a setup for it and installed it. It works fine on my machine but the problem is when I install it on a fresh machine with a fresh copy of PowerPoint 2003, the ...
1
vote
0answers
57 views

Excel Interop Control Panel UI Elements Don't appear

I created a document level addin to programatically create excel charts. I would like the user to be able to save the file as a different name , reopen the excel file at a later time and be able to ...
4
votes
2answers
554 views

Delphi Excel COM-Addin

I am writting an MS Excel COM-Addin in Delphi 2006. I'm have Excel 2007 installed on my development machine. I started the project as an ActiveX Library and then added an Automation object from the ...
0
votes
1answer
271 views

Virtual Laser pointer position in PowerPoint using COM

There is a feature in PowerPoint that allow the presentator to fake a laser pointer to the screen by pressing "CTRL" + "Mouse Left Button" while being in a slide show (I'm using PowerPoint 2010, but I ...
1
vote
1answer
269 views

Can I open a custom modal form for Microsoft Word?

I am working on a project which uses Word automation through VSTO add-ins and I would need to open a modal form from(or over) the Word process launched by the .Net framework. The modal form should be ...
1
vote
0answers
186 views

OneNote COM Addin only loads manually

I have been working on a COM add-in for OneNote based on the tutorial at http://www.malteahrens.com/#/blog/howto-onenote-dev/ and http://support.microsoft.com/kb/2555352. It builds fine, however, ...
9
votes
3answers
414 views

Excel add-in with seamless Undo: possible?

I am considering implementing an Excel add-in using COM (not VBA) that will manipulate data in the worksheet. I am going to need this add-in to seamlessly integrate with the Undo stack. More ...
1
vote
2answers
543 views

Error 1001 An error occured in sending the command to the application

COM Excel AddIn, C#, VS2008 The error happens occasionally when I install/uninstall my AddIn. sometimes I see Error 1001 the specified file can not be found Anyone know what causes these and how to ...
1
vote
2answers
936 views

Create Excel Add-in without VSTO

I have used VS 2010 to create an Excel 2007 Add-in with C#. The add-in is a TaskPane-based UI. Works great, love it. However, my users do not have Admin access and cannot install the add-in because ...
5
votes
2answers
744 views

How to place a control over the task bar in windows using c#

i googled a lot and found out some info about the band object from which we can make the ad-in for the task bar, can i get some more tutorials from scratch & some sample programmes. is there any ...
0
votes
1answer
212 views

Office COM add-in, dialogs don't have the luna/aero theme (they look like Windows 98 classic look)

I have an addin for Office 2007 which adds a toolbar with some buttons and handlers for their OnClick events. When the user clicks on the buttons, some dialogs show. But those dialogs have the dated ...
0
votes
1answer
380 views

Outlook Interop Copy MailItem

I know I've seen this question before but I can't seem to find it again. I want to use Microsoft Interop to copy a mail message from the inbox to a differnt folder. I know that other objects like ...
0
votes
1answer
73 views

How would one detect a property of type “InvalidOperationException” within a collection?

Consider the following vb.net code for an office add-in (for access): td = db.TableDefs(objectName) For Each fld In td.Fields For Each fldprp In fld.Properties ...
2
votes
3answers
3k views

LoadBehavior for MS Word 2007 add-in being set to 2

I have an add-in for MS Word. One of my users, who is on Word 2007, reports that the add-in is not being loaded. When she checks the COM add-ins list, it says "Load Behavior" is "Unloaded; Load at ...
2
votes
1answer
3k views

Using 32bit COM addin under MS Office 64 bit

I am struggling to apply an existing 32bit COM addin to 64bit Microsoft Word 2010. To make the addin visible to Word, I have used the dllsurrogate-method, as it described here. The problem is that ...
0
votes
1answer
148 views

how to get the object associated with a context menu in an office add-in

I have a simple COM add-in for office that I am developing (for access specifically). I have added a custom commandbarbutton item to the context menu that pops up when you right click on an object ...
1
vote
1answer
265 views

com excel addin: how to uninstall older version when install newer version after product name change

Env: Visual Studio 2008, Shared COM Excel Addin, RibbonX, I use Setup project created in VS 2008 .NET framework 35 SP1 product name changes say: prod name is myProd for version 1.0, prod name is ...
0
votes
1answer
487 views

How to create custom WPF ribbon tab for COM AddIn

I have a shared COM AddIn (not VSTO) for excel 2003, now I want to add a ribbon tab to support excel 2007. I did some research online. know that I need reference 2007 PIA, implement ...
0
votes
1answer
187 views

COM AddIn for Outlook Tries to Install Self on Startup

I have an outlook addin that I have been developing for some time now, and am experiencing a problem. If I have a computer with two 'administrator' users (call them User A and User B), the addin ...
0
votes
2answers
235 views

Building a Com addin for Office 2000 / Office 2007

I am struggling to find a straight forward guide to creating office addins using VSTO and VB.net. Specifically I would like to know how to be able to create a addin/ dll which can either be ...
0
votes
1answer
263 views

Excel COM Add-In dialog interrupts script

I have written an Excel COM Add-In in C++ for automation of Excel with VBA. It contains an own dialog showing some general informations about the Add-In. Now i create a button in Excel that opens the ...
5
votes
1answer
10k 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 toolbar) the add-in loads ...
0
votes
1answer
623 views

Replacing Word's Open File Dialog in a COM Add-in

I'm writing a Word COM Add-in that replaces the Open & Save dialogs with my own. For the save dialog, I'm handling the documentBeforeSave event from the application events. This works fine. ...
3
votes
1answer
1k views

What's wrong with my Shared Add-in Constructor?

Good morning, fellows developers: I'm currently trying to fix several performance issues of an Excel Shared Add-in inherited from a previous developer, basically I'm trying to find how the add-in ...
2
votes
3answers
804 views

Where do I put my Office Add-In configuration page(s)?

I'm writing a COM add-in for Word, Excel and PowerPoint. This add-in has some user-configurable settings (about a page full of them actually... or perhaps even more than a single page). What is the ...
0
votes
4answers
439 views

Sharing Add-in between Office Apps

I have written an Office shared Add-in with C# and .NET 2.0. It uses the same COM Shim for all office apps. Currently, every instance creates its own instance of my class -- they have no knowledge of ...
0
votes
1answer
474 views

Outlook Com Add-In Deployment & Extensibility Issue

I'm a developer writing an add-in for Outlook2003/2007 using C#, Visual Studio 2005. I'm also using the COM add-in wizard (not using VSTO, I have a Connect.cs). The program successfully runs with ...
0
votes
1answer
1k views

Adding Ribbon support to Excel COM Addin

I have a MS Office COM addin written in C# (Visual Studio 2005) and uses a COM Shim dll. The addin DOES NOT use VSTO technology and supports Excel XP and higher. The addin adds a new toolbar and a ...
1
vote
1answer
513 views

SheetBeforeDoubleClick not working from COM Addin

I'm trying to write a COM add in for Excel in C# that disables the ability to double click a cell and then edit it, I want to popup a box saying that editing a cell this way is prohibited and then ...
3
votes
1answer
2k views

calling C# from c++ com add-in

I have a COM add-in written in C++ (not C++ / CLI). I want to call a C# library objects/methods from this C++ com library. I guess the CCW comes into picture here, which i am currently reading about. ...
1
vote
3answers
948 views

Office XP Shared Addin VS 2008

I'm trying to create a Shared Addin using VS 2008 for Office XP (Excel to be precise). However, after creating the project in Visual studio and changing the references to Office XP (apart from ...