Are Office PIAs Backward Compatible?

G

Gian U. Uy

Hi guys,

I would just like to know if a recent version of an Office Primary InterOp
Assembly [PIA] (for example, a PIA for Office 2003) is backward compatible.
So even if the MS Office installed on a workstation is Office 2000, my .net
winform app can properly interface with Office applications such as Word and
Excel.
 
G

Gian U. Uy

Could you give me some references on how to go about it?

Miha Markic said:
Hi,

I don't think so.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Gian U. Uy said:
Hi guys,

I would just like to know if a recent version of an Office Primary InterOp
Assembly [PIA] (for example, a PIA for Office 2003) is backward compatible.
So even if the MS Office installed on a workstation is Office 2000, my .net
winform app can properly interface with Office applications such as Word and
Excel.
 
M

Miha Markic

Hi Gian,

I guess you'll have to import manually the libraries (creating wrapper) for
the version you want.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Gian U. Uy said:
Could you give me some references on how to go about it?

Miha Markic said:
Hi,

I don't think so.

--
Miha Markic - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

Gian U. Uy said:
Hi guys,

I would just like to know if a recent version of an Office Primary InterOp
Assembly [PIA] (for example, a PIA for Office 2003) is backward compatible.
So even if the MS Office installed on a workstation is Office 2000, my .net
winform app can properly interface with Office applications such as
Word
and
 
P

Paul Clement

¤ Hi guys,
¤
¤ I would just like to know if a recent version of an Office Primary InterOp
¤ Assembly [PIA] (for example, a PIA for Office 2003) is backward compatible.
¤ So even if the MS Office installed on a workstation is Office 2000, my .net
¤ winform app can properly interface with Office applications such as Word and
¤ Excel.
¤

If your application can support multiple versions of the Office applications you may want to
consider using late binding:

HOW TO: Use Visual Basic .NET for Binding for Office Automation Servers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304661


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
G

Gian U. Uy

Hey thanks!!!

This really solved my problem!!!



Paul Clement said:
¤ Hi guys,
¤
¤ I would just like to know if a recent version of an Office Primary InterOp
¤ Assembly [PIA] (for example, a PIA for Office 2003) is backward compatible.
¤ So even if the MS Office installed on a workstation is Office 2000, my ..net
¤ winform app can properly interface with Office applications such as Word and
¤ Excel.
¤

If your application can support multiple versions of the Office applications you may want to
consider using late binding:

HOW TO: Use Visual Basic .NET for Binding for Office Automation Servers
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304661


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top