0
votes
1answer
19 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 …
1
vote
2answers
91 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
81 views
Only number in Excel cell by programming C#
Hello,
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 …
0
votes
1answer
86 views
Office PIA and .net framework version compatibility
Hi,
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 …
0
votes
0answers
47 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 …
1
vote
2answers
264 views
How to check whether Primary Interop Assemblies are installed or not?
Hi,
I am "using" Microsoft.Office.Interop.Excel in my C# code.
I want to use the code related to Microsoft.Office.Interop.Excel only if PIA for Excel is installed on that machine.
But, I get …
1
vote
3answers
497 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 …
0
votes
1answer
42 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 …
2
votes
6answers
5k 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 …
0
votes
3answers
722 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 …
3
votes
7answers
345 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 …
1
vote
4answers
1k 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 …
0
votes
0answers
172 views
Insert text into table in Microsoft Word (C++, Visual Studio 2005)
Hello. 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
…
1
vote
1answer
113 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?
0
votes
1answer
65 views
MS Office PIAs “backward compatability”
Hi there,
I just wanted to know something. I've successfully completed a WinForms app with MS Word integration - the app writes to mergefields in a Word Template. I did the template using MS Word …
