A
Andy Fish
Hi,
I have a C# application that uses .Net interop to open a .doc file in word
2007, so a "save as" to XML, then close it.
on some documents, word keeps the file handle to the original .doc file open
(i.e. a file lock which I can see in process explorer), even though
Documents.Count returns 0. the file remains locked until word exits.
I have reproduced this on 2 different machines but it does not happen on
word 2003 and does not happen on every file.
Anyone have any idea what might cause this.
TIA
Andy
I have a C# application that uses .Net interop to open a .doc file in word
2007, so a "save as" to XML, then close it.
on some documents, word keeps the file handle to the original .doc file open
(i.e. a file lock which I can see in process explorer), even though
Documents.Count returns 0. the file remains locked until word exits.
I have reproduced this on 2 different machines but it does not happen on
word 2003 and does not happen on every file.
Anyone have any idea what might cause this.
TIA
Andy