Problem with Word Integration

axeman69

Member
Joined
Apr 29, 2008
Messages
6
Programming Experience
10+
I have an application that builds a Word document dynamically. The Word Document was created in Word 2007, but saved as a Word 2003/97 document. Actually a Word Template (.dot) file. The program is running on Server 2003 and using Word 2003. When I execute the Documents.Add method of the Word application I get this error:
"Word was unable to read this document. It may be corrupt. Try one or more of the following: * Open and Repair the file. * Open the file with the Text Recovery converter."

However, I can manually open the document in Word fine.

I'm using the Word 11.0 Object Library.

Any help on this would surely be appreciated.

Thanks
 
Back
Top