Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
6k views

Visual Studio 2010: Embed Interop Types

I found some information about this on Scott Hanselmans Blog Does anybody exactly know what this mean? Is this only for the Office Primary Interop Assemblies, or can I also use this to Embed my ...
5
votes
7answers
18k views

C# interop: excel process not exiting after adding new worksheet to existing file

I've read many of the other threads here about managing COM references while using the .Net-Excel interop to make sure the Excel process exits correctly upon exit, and so far the techniques have been ...
4
votes
4answers
558 views

Excel process doesn't get closed

I know similar questions have been asked before but I still need to ask this question as I am not able to get my EXCEL (32) process closed once I am done using it. As you can see in the code below, ...
4
votes
4answers
715 views

RCW & reference counting when using COM interop in C#

I have an application that uses Office interop assemblies. I am aware about the "Runtime Callable Wrapper (RCW)" managed by the runtime. But I am not very sure how the reference count gets ...
4
votes
1answer
3k views

Trying to do Office Automation with Excel 2007, but keeps using Excel 2003

Environment: Windows XP machine Both Excel 2007 and Excel 2003 installed (in that order, not chronologically). C# 3.5 Problem: When I use the PIAs to do some Office automation, I use the following ...
3
votes
1answer
582 views

In an add-in for Outlook 2010, how can I make a delete operation undo-able?

I am writing an add-in for Outlook 2010. At one point it needs to delete the Mail items currently selected by the user. I'm using the following code, which works quite well: Selection ...
3
votes
4answers
4k views

Is Office 2007 PIA deployment possible without Office 2007?

Does Office 2007 PIA also require Office 2007 to be installed? Can I deploy Office 2007 PIA with VSTO 3.0 (without having Office 2007 installed)? EDIT: I have a windows application that generates MS ...
3
votes
4answers
2k views

Extracting Source Code from an MS Access DB

I have an Access DB that I would like to extract the source code from so I can put it into Source control. I have tried to extract the data using the Primary Interop Assemblies(PIA), but I am ...
3
votes
8answers
608 views

Release COM Components

Is it really necessary to release COM components from Office PIA, when you don't need them anymore by invoking Marshal.ReleaseComObject(..)? I found various and contradictory advices on this topic on ...
2
votes
2answers
2k views

Office Primary Interop Assemblies not working after installing 2007 compatibility pack

I had a C# program that did some Word & Excel automation and it used Office 2003 Primary Interop Assemblies. The way I deployed it was by including the Interops in the bin and I had my program ...
2
votes
0answers
577 views

VS 2005 against Office XP PIA on system with Office 2003/2007?

On my development system, I am running Office 2007, and previously had Office 2003 installed, and thus have the Microsoft Office 11.0 and 12.0 Object Models available. Our production environment is ...
2
votes
3answers
4k views

Can you install Office 2007 PIA's without office

First of all, my question is not quite the same as http://stackoverflow.com/questions/370407/is-office-2007-pia-deployment-possible-without-office-2007 I am not looking to use the PIA's yet. The IT ...
1
vote
0answers
75 views

Set Current Directory in Excel.Application via .NET Office PIA

I want to create an Excel spreadsheet from a .NET Application and then set the Excel.Application instance current directory to a custom folder. I want to do this so when the user clicks the save ...
1
vote
1answer
195 views

Primary Interop Assemblies (PIA) for Office 2007 - 32/64bit?

Are the Primary Interop Assemblies (PIA) for Office 2007 compatible with both 32 bit and 64 bit versions of Windows? Are they compiled with a target of any processor? Also, is there a way I can ...
1
vote
1answer
546 views

Can i use Microsoft Office 2010: Primary Interop Assemblies to convert word,excel to PDF

Can i use Microsoft Office 2010: Primary Interop Assemblies to convert word,excel to PDF?? How easy is it? Any C# example?
1
vote
0answers
37 views

How can we extract size_is relationship from PS(Proxy/Stub) files in COM?

I need to extract size_is and all other attributes such as "length_is","max_is" etc attributes information from proxy/stub in C# , as these information skipped out while making Type Library, so i ...
1
vote
2answers
1k views

How to export movie from Powerpoint 2010

Helo everyone Does anybody know how to export embedded video from powerpoint 2010 to external file programmatically using MS Office PIA? Embedding video in presentation is a new feature in Powerpoint ...
1
vote
1answer
273 views

Accessing Documentum Server version 6.5 through C# app using DFC PIA 5.3

Can we Login to a Documentum Docbase version 6.5 from a C# application using an older PIA (Primary Interop Assembly version 5.3). I know PIA has been depricated since version 6.5 but I have DFC 5.3 ...
1
vote
3answers
368 views

what is the advantage of .net4's new no pia feature [deploying PIA's]

Its possibly im just missing something here but, when I write some code for Excel interop, here is how it goes. I add a reference to the Excel Com libraries. VS creates a PIA - ...
1
vote
1answer
825 views

how can I manually install the Office 2007 PIAs on a computer with no Office installed?

I have seen a few other questions regarding the Office 2007 PIAs, in particular: Can you install Office 2007 PIA's without office? (3) Is Office 2007 PIA deployment possible without Office ...
1
vote
2answers
303 views

Word Interop compile time error

I am getting the following error when referencing the assembly Microsoft.Office.Interop.Word in my asp.net application. The type 'Microsoft.Office.Interop.Word.ApplicationClass' exists in both ...
1
vote
2answers
266 views

Automating Excel through the PIA makes VBA go squiffy

I have absolutely no idea how to start diagnosing this, and just wondered if anyone had any suggestions. I'm generating an Excel spreadsheet by calling some Macros from a C# application, and during ...
1
vote
0answers
63 views

Excel problem with deleting CustomProperty in Korean

On a Korean OS I'm getting the following exception when trying to call the Delete() method on the CustomProperty object. I'm doing this in C# using the Office2003 PIA for Excel. This HRESULT isn't ...
1
vote
1answer
228 views

Office 2003 PIAs with Office 2007

Is it possible to target Outlook 2003 in a vb.net 2008 Windows application when working on a system that only has Office 2007 installed on it? I downloaded the 2003 PIAs, but they wont install without ...
1
vote
0answers
2k views

How to check whether Primary Interop Assemblies are installed or not? [closed]

Possible Duplicate: How to check if .net interoperability for excel is installed I am "using" Microsoft.Office.Interop.Excel in my C# code. I want to use the code related to ...
1
vote
1answer
300 views

MS Office PIAs “backward compatibility”

I've successfully completed a Windows Forms application with MS Word integration - the application writes to mergefields in a Word Template. I did the template using MS Word 2007, but saved it in ...
1
vote
1answer
298 views

is it possible to insert microsoft word document editor to own application using PIA

How to use Office Primary Interop assembly in own application like Business in the box. Is it possible?
1
vote
3answers
217 views

Can Visual Studio 2008 Reference 1.0 Assemblies?

I've got an older assembly (Office XP PIA) that appears to target the .NET 1.0 framework. The assembly has been registered and is visible in the GAC (as well as the Win32 registry), but it doesn't ...
1
vote
4answers
3k views

Automating Excel using ASP.NET

Background We are developing some in-house utilities using ASP.NET 2.0. One of which is extracting some information from databases and building an Excel workbook containing a number of spreadsheets ...
0
votes
0answers
47 views

Excel 2003 Office Business Application (Smart Document) and .Net 4.0

Does anyone know if there are problems making an Excel 2003 Document Level Customization work with .Net 4.0? For the Excel 2003 Customizations we've built, we use the Microsoft Office Primary ...
0
votes
0answers
37 views

C# Word 2007 PIA How to finish numbered list?

I've use office 2007 PIA for editing word documents in my application. Sometimes document contain numbered list and I want to insert some text after numbered list. Now I use method Range.InsertAfter ...
0
votes
2answers
78 views

MS OFFICE C#: Primary Interop Assemblies

Any one know of a way to install MS Office Primary Interop Assemblies without installing having to install office itself?
0
votes
0answers
48 views

VSTO + PIA + OutlookPlugin.msi Bundle

Need to make a outlookplugin.msi which has Vsto and pia inside as prerequisites? Is there a way to do this. one msi file which has vsto.exe, pia.msi and my outlook plugin msi I need this to publish my ...
0
votes
2answers
416 views

Converting PPT to SVG using Microsoft Office 2010 PIA

I'm trying to convert a powerpoint presentation to seperate svg files (1 for each slide), Is it possible to do so by using the Microsoft Office 2010 PIA ? If so, then is there any tutorial on using ...
0
votes
0answers
86 views

Invoke vba excel macro from .net

I'm trying to invoke (launch) a VBA macro which is contained in an Excel file (xls 2003) from c# code : Excel.Workbooks oBooks = oExcel.Workbooks; Excel._Workbook oBook = null; oBook = ...
0
votes
0answers
265 views

how to detect Office PIA installed or not (componentCheck.exe)

it seems I need use componentCheck.exe componentID to check but it is not working for me. I run this to check Excel in Office 2007 PIA, it returns 1607 @echo off ComponentCheck.exe ...
0
votes
1answer
279 views

How to disable popups when openning in office-interop

Such as read-only confirm, other alerts. What to do with these popups? Or ignore them? office-interop disable popup
0
votes
0answers
109 views

WPF ClickOnce Application newly requiring office 12 in GAC

We have a WPF app (references version 12 of Interop.Office/word/excel/ppt. ). It is clickonce application that we have been successfully deployed with incrementing versions. The target machines have ...
0
votes
1answer
154 views

Using Office 2007 PIAs with Excel 2002 (Primary Interop Assembly)

Is this possible? My app references Excel 2007 Primary Interop Assemblies. Can I install these on a PC which has only Excel 2002 (XP) installed? Or do I need the Office XP PIAs? In that case, do I ...
0
votes
1answer
2k views

Where Is the Registry Key for Office 2010 PIA (How to Determine If Office 2010 PIA Is Installed)

Where is the Registry key for Office 2010 PIA? For 2003/2007, I googled, and found: Office 2003 PIA: RegKeyExists(HKLM, 'Software\Classes\Installer\Features\9040941900063D11C8EF10054038389C') ...
0
votes
1answer
91 views

Is there any performance benefit to using .net 4's no-PIA feature?

I understand that there's a deployment benefit to no-PIA, but is there a performance benefit to having the types embedded in the assembly?
0
votes
1answer
189 views

Where can I find MS ActiveX Data Object (ADOR) Primary Interop Assembly (PIA)?

I'm trying to generate a Primary Interop Assembly for one of my projects that references Microsoft ActiveX Data Objects (MDAC 2.8). Adding this library through the References dialog box in Visual ...
0
votes
1answer
267 views

Why attachment size given by Outlook programming interface is always wrong?

Trying to use Outlook Interop in C#, I noticed a curious thing. First I get the size of an attachment with Attachment.Size property. Second, I save the attachment to a file using ...
0
votes
2answers
196 views

How to tell if Office Primary Interop Assemblies are installed on a system?

I have a program that currently outputs Excel via SpreadsheetML files. I build these using streams. This is very space inefficient for Excel; the files can be 5 to 6 times as large as other Excel ...
0
votes
1answer
70 views

.NET application with Office PIA and SecurityException

I have a c# application that uses the Office PIAs to enable the application to export data to an Excel file. This works great on my development machine and other desktop machines. When I run the ...
0
votes
2answers
328 views

Only number in Excel cell by programming C#

I generate some Excel file from an .NET C# application. I use PIA 2002. I can password protect, do a freeze pane, change the color of the cells .... one thing I can't do. I'd like to allow for a ...
0
votes
1answer
734 views

Changing Color of Individual Bars in Microsoft.Interop.Graph.Chart .NET?

Can anyone help me out how I can change the individual color of each series bar using Microsoft Graph PIA in C#? I have tried multiple ways but nothing works. There is this ChartFormatFill object ...
0
votes
1answer
628 views

Office PIA and .net framework version compatibility

I use Office Primary Interop Assemblies for Office 2003 and 2007. On download page of PIA, it is mentioned that .net framework 1.1 is required. I want to know if the requirement of version 1.1 - is ...
0
votes
0answers
461 views

Insert text into table in Microsoft Word (C++, Visual Studio 2005)

I've managed to figure out how to create a Word document using PIA and C++ in Visual Studio. But I can't figure out how to write text to the table cells. I would appreciate any help. Thanks EDIT: ...
0
votes
2answers
220 views

Help with using TypeConverters for enums in an Excel PIA assembly

I would like to use a TypeCoverter to regionalise output for enums in an assembly that is a PIA loaded into Excel. I can run this and it works on an assembly in a test project I created with an ...