On my dev machine, I have office 2007 installed on Win7 x64.
The target machines are Office 2003 + Compatibility Pack (to read/write docx, etc.) running on WinXP x64.
My program does, among other things, open/save as commands on doc files, converting them to docx.
It runs wonderfully on my machine, but sadly gives zero-sized files on the target machines. No exceptions are thrown, it looks like it's working fine except when I look at the output file, it's zero-length.
Any ideas why this is happening, and how to get around it?
My last-resort will be to write an ugly Word/PowerPoint macro which opens a document and saves it. I would prefer everything to happen automatically from my program without opening a Word/PowerPoint window.