Tagged Questions
0
votes
2answers
150 views
Interop Excel not closing process
I have been struggling with this problem for a couple of days, I have made reasearch and applied all the suggestions I found on various forums but I'm still unable to solve it.
My problem is with ...
0
votes
1answer
205 views
Outlook Add-In can't be installed on a machine after installing Office 2013
I have implemented an Outlook add in visual studio 2010 using Outlook Add in template and VSTO, I created an install for it using MSI installer (created in visual studio 2010).. I am able to install ...
0
votes
1answer
1k views
Document.SaveAs2() gives COMException (0x80020003): Member not found exception when both Office 2003 and Office 2010 are installed
I have a visual studio project that read a Word file, does some processing and then saves it as a PDF file. The code worked perfectly on my machine which only had Office 2010 installed, but when I ran ...
2
votes
1answer
919 views
Sending mail to multiple recipients via Interop library C#
I'm developing a desktop application that has mail sending option. I have the following code to that and it works perfect for only 1 recipient:
DialogResult status;
status = ...
0
votes
0answers
300 views
Insert custom ribbon tab in office template
I have in Visual Studio 2010 a new Excel Template project and I have added a new ribbon tab that it is merged correctly whit the other office tab.
The problem is that I have just few controls showed ...
0
votes
1answer
666 views
PIA's Installed but still receiving interop error
I am trying to use the Microsoft.Office.Interop.xxxxxxx namespace but Visual Studio 2010 is not providing an option for "interop". I have the PIA's installed for office12 and office14, I have included ...
2
votes
2answers
294 views
Add-in for MapPoint works on some machines and not on some others
I developed a minimal (without MapPoint Object Library, because it's a test) add-in for Microsoft MapPoint using Visual Studio 2010, written in C#.
With setup project I can install my add-in on some ...
0
votes
0answers
41 views
Is it possible to make a office solution to use the new version of the dll in the GAC?
Description:
I have Visual Studio Tools for Office project (Word 2010 Template) in which .docx code behind file has a dependency on the external dll (Class Library) which exposes API functions to ...
0
votes
1answer
230 views
Error when creating MS Excel docs with VB 2010
I'm having some trouble with looping and creating MS Excel docs, code snippet below
Private Sub selectedRowsButton_Click( _
ByVal sender As Object, ByVal e As System.EventArgs) _
Handles ...
1
vote
0answers
418 views
How can i use interop excel on c++
I'm having a big problem porting C# code to C++ code. I'm trying to save all my datagridview info into an Excel file but it's giving me a lot of errors. These are my 2 headers and I already added the ...
1
vote
1answer
144 views
VSTO Add-in Works in Office SP3, but not SP2
I've developed an MS Project add-in (VS2010, targeting .Net 4) that works swimmingly well on machines that have Office SP3 installed (WinXP, 7). However, when installed on machines with Office SP2 ...
4
votes
1answer
737 views
Excel AddIn Click Once deployment issue
When I create a Excel 2010 Add-in project in Visual Studio 2010, and configure my prerequisite publish options for click once deployment, the 'Microsoft Visual Studio 2010 Tools for Office Runtime ...
2
votes
3answers
487 views
Is it necessary for the build machine to have Microsoft Office 2007 installed?
Our app added functionality to allow users to import certain information from an excel spreadsheet (all users will have Office 2007 already).
The development machine has Office 2007 and the developer ...
0
votes
0answers
55 views
How to choose project in VS for my needs? [closed]
I need to let user to open any existing word doc. Find all numbers, let user to select some text in the doc and save it with context menu/
What is the best way to do it? Using what kind of project?
...
6
votes
2answers
2k views
How to eliminate warning about ambiguity?
I have this warning:
Warning 3 Ambiguity between method 'Microsoft.Office.Interop.Word._Application.Quit(ref object, ref object, ref object)' and non-method ...
1
vote
2answers
2k views
80040154 Class not registered ERROR in Outlook 2010 Add In
I am using Visual Studio 2010 to create a Outlook 2010 Add In. I try to create a new Outlook AppointmentItem to work with thinking that I can add it to the calendar eventually.
...
0
votes
1answer
2k views
What Microsoft.Office.Interop.Outlook version works with Outlook 2003?
I'm creating a COM add-in for Outlook and I'm trying to target all 'still used' versions of Outlook: 2003, 2007, 2010. However, the add-in's UI (which is rather simple, a CommandBar) doesn't display ...
1
vote
1answer
700 views
Microsoft.Office.Interop.Word.FormFields.Item does not exist in VS 2010
I am upgrading a Windows application that was designed in Visual Studio 2005 and .Net 2 to Visual Studio 2010. One function of the application allows the end-user to open an existing MS Word document ...
0
votes
1answer
3k views
Visual Studio 2010 Excel Workbook Project
Here's the deal:
I create project "data" that contains a class with four random properties.
I created an excel workbook project and databound a worksheet to the class in the data project
I created a ...
1
vote
2answers
332 views
Complex Online Charting
Good Evening SOers
I'm starting a project in which I need to create rich, dynamic, complex graphs online.
I have access to VS2010, javascript, jquery and microsoft interop libraries - These are all ...
2
votes
1answer
1k views
TFS 2010 Microsoft.Office.Interop Reference Woes
I'm about to go crazy with this problem!
I created a new server on a virtual
machine for TFS.
I have created a new Build
Definition, that when a solution is
checked in from my local machine TFS
is ...
6
votes
1answer
678 views
C# 4.0 dynamic Office interop performance
I've taken an application that was developed in Visual Studio 2008 and used various Office libraries through COM Interop. I began some proof of concept development using the dynamic keyword and ...
