using Word 2003 references to create documents using c#

  • Thread starter Thread starter =?ISO-8859-1?Q?S=E9rgio_Almeida?=
  • Start date Start date
?

=?ISO-8859-1?Q?S=E9rgio_Almeida?=

greetings

I'm developing an application and I need to create some word documents.
My machine is a Win2k Pro and I use Office 2000. What I want is to be
able to use the references of Word 2003 and .NET. Is there a way to use
the Word 2003 references/API on a machine like mine, i.e., without the
Office 2003 installed? If so, can anyone provide the reference files?

TIA

Almeida
 
No, not possible, coz
the word.application object lives in winword.exe, as
excel.application lives in excel.exe :P

Hakan

-------- Original Message --------
Subject: using Word 2003 references to create documents using c# (16-Jun-2004 14:07)
 
and if you provide me those files am I able to develop for office 2003?

TIA

almeida
 
Dont think so. You probably have to install it the Word/Excel 2003 as a
package as objects also resides on dependant Dlls.

With best Regards
Shankara Narayanan
 
thank you all anyway :)

Shankara said:
Dont think so. You probably have to install it the Word/Excel 2003 as a
package as objects also resides on dependant Dlls.
With best Regards
Shankara Narayanan
 
Back
Top