The pia tag has no wiki summary.
0
votes
0answers
5 views
Is there practical document about Office PIA
Recently, I'm studying Office PIA.One thing greatly confused me is there is no useful document.I did greatly research on the msdn, but all the doc talking theory.Where i can find some practical doc to ...
0
votes
0answers
13 views
PIA Excel Exception (0x00A03EC)
I have a problem with some code that use the PIA of Office. I want to create an Excel Workbook with different sheets, for that I have this code that used the data stored in a mdb database:
hoja = ...
0
votes
1answer
21 views
.net Interrop Outlook ItemChangeEvent fires several times
I'm using interrop to handle changing events in outlook so when a calandar item is chaged i can display a message.The problem is that it fire the event 3 times :s.
here is the code :
Private Sub ...
0
votes
0answers
72 views
Unregistering a Primary Interop Assembly [closed]
I need to be able to unregister a primary interop assembly as part of an automated build process (cleanup at the end so that I don't get warnings next time I build). However there doesn't appear to be ...
1
vote
0answers
121 views
C# PowerPoint convert file with embedded media
I need to convert a powerpoint file to the latest powerpoint version in my case pptx 2010.
so a ppt file 97-2000 or pptx 2007 should be converted to pptx 2010.
the special ability of 2010 is that all ...
0
votes
0answers
161 views
Office PIA confusion
I have a couple of questions about using the Office PIA's as they seem to be quite confusing. I understand that you should target the lowest version you wish to support so I have referenced the ...
0
votes
2answers
1k views
Move to next cell in the next row in excel using c#
How can I move to the next row in Excel using C#. I'm using Office PIA v 14. When I used Range.Next property, it takes me to the cell immediately right to the range. How can I move to the next row? ...
0
votes
1answer
170 views
c#.net 4.0 - no pia - is this all I need?
Reference the Microsoft.Office.Interop.Excel and set Embed Interop Type to true?
Will doing so ensure my app is backward compatible? (As long as I use safe methods that work on all versions.)
Or do ...
1
vote
1answer
498 views
OPENXML SDK VS Microsoft Platform Interop Assemblies
I have a requirement where in I need to scan Office documents and remove any metadata found embedded in the file/document. I am new to developing applications on Microsoft Office and found that I ...
1
vote
1answer
516 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
3answers
643 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?
1
vote
1answer
786 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 ...
4
votes
5answers
3k 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, ...
1
vote
2answers
1k 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?
4
votes
3answers
2k 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 ...
1
vote
0answers
82 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 ...
2
votes
1answer
2k 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
1answer
323 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 ...
3
votes
2answers
9k 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 ...
3
votes
1answer
1k 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 ...
1
vote
1answer
6k 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
133 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?
8
votes
4answers
2k 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 ...
1
vote
1answer
452 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 ...
2
votes
3answers
920 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
2k 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 ...
0
votes
1answer
391 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
604 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 ...
1
vote
2answers
816 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 ...
0
votes
2answers
673 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 ...
1
vote
2answers
330 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
99 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 ...
8
votes
1answer
5k 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 ...
0
votes
1answer
93 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 ...
7
votes
1answer
9k 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 ...
0
votes
2answers
508 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
1k 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 ...
2
votes
1answer
367 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 ...
0
votes
1answer
805 views
Office PIA and .NET framework version compatibility
I use Office Primary Interop Assemblies (PIA) for Microsoft Office 2003 and 2007. On the download page of PIA, it is mentioned that .NET framework 1.1 is required.
I want to know if the requirement ...
1
vote
0answers
2k views
How to check whether Primary Interop Assemblies are installed or not? [duplicate]
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 ...
0
votes
0answers
633 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:
...
4
votes
2answers
4k 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 ...
4
votes
1answer
775 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
666 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?
2
votes
0answers
710 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 ...
1
vote
3answers
243 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 ...
4
votes
3answers
6k 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 ...
4
votes
4answers
5k 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 ...
6
votes
7answers
23k views
C# interop: excel process not exiting after adding new worksheet to existing file [duplicate]
Possible Duplicate:
How to properly clean up Excel interop objects in C#
I've read many of the other threads here about managing COM references while using the .Net-Excel interop to make ...
1
vote
5answers
4k 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 ...
