.NET Framework Bookmark and Share   
 index > 64-Bit .NET Framework Development > Excel (2003) Automation in C# using VS2005 .NET
 

Excel (2003) Automation in C# using VS2005 .NET

Hi,

In my C# .NET application developed using VS 2005, I am automating EXCEL. Office version 2003 has been installed in my machine(windows XP version 2002).

1) To deploy my project is it enough to release my application.exe and interop.Excel.dll (generated by myself using VS) ? will it be compatible with all other versions(at least versions 2003 and above)? Will there be any issues with windows versions NT, XP, Vista?

2) I have downloaded O2003PIA.MSI Should I strictly use this PIA instead of interop.excel.dll ? How to use this PIA? should I release the interop.excel.dllalong with this PIA?

Thanks in advance!

Regards,
Sanjeevi
San1984
1. Yes, yes, yes, no, no.
2. You don't have to, install it, no.

A PIA is required when you call a method, passing one of the office types, in another assembly that wasn't built with your interop.excel.dll assembly. Please use this forum only for questions about 64-bit .NET programming.

Hans Passant.
nobugz
1. Yes, yes, yes, no, no.
2. You don't have to, install it, no.

A PIA is required when you call a method, passing one of the office types, in another assembly that wasn't built with your interop.excel.dll assembly. Please use this forum only for questions about 64-bit .NET programming.

Hans Passant.
nobugz

You can use google to search for other answers

Custom Search

More Threads

• ODBC (excel reading) on windows 2008 x64
• Creating 64-bit applications on 32-bit platform using Visual Studio 2005
• Deserialization bug on x64?
• How to deploy webpart on 64-bit windows 2003?
• where is the info about configured assemblies stored?
• Generating .xls in Window Server 2003 R2 Enterprise x64.
• I'm sure this isnt the right place for this question but ....
• Problem in dot net application on 64 bit platform
• Useless error message when failing to attach
• Coexistence between VS 2005 beta 2 and SQL Server 2005 on XP 64