Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
169 views

Installing version 11 PIA on a Visual Studio 2008 / Office 2007 system?

The client has development systems with Office 2007 (version 12) and Visual Studio 2008. However, the software needs to run on Office 2003 (version 11) systems too. How do I install the correct ...
1
vote
1answer
297 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
1answer
4k views

Setting a cell's format using Excel 2007 Interop and C#

I'm using the office 2007 interop assemblies to create some excel spreadsheets. There are plenty of questions on here about getting started and MSDN contains heaps of articles, like this one. The ...
1
vote
1answer
251 views

Why is my UserProperties collection empty?

I'm using the Outlook 2003 PIA and VS 2005 to access items in a public folder. The item.UserProperties collection always comes back empty, despite the items having several user defined fields. If I ...
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
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
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
58 views

Project 2003 and .NET COM Primary Interop Assemblies

I am creating an app in C# using the .NET COM Primary Interop Assemblies. I was wondering if this will be able to open and read files from both Project 2003 and Project 2007. Also, does Project have ...
0
votes
2answers
603 views

ADODB interop issue

We have project PrjDb.dll in vb 6.0 that has a reference to ado 2.5. The project is built on Machine A. Now when we generate an interop for PrjDb.dll on another machine B, we end up with a new ...