T
Tom G.
I am using C# to write a Windows Service application that constantly
converts Word Documents to XML for further processing. I have everything
working great except when the document is corrupt and requires "Open and
Repair". I can call the Open method with OpenAndRepair set to true, but the
darn "Show Repairs" dialog causes my application to hang because no user
intervention. If I click close on the Show Repairs dialog, the application
goes on its merry way.
Any suggestions?
Thanks,
Tom Grant
converts Word Documents to XML for further processing. I have everything
working great except when the document is corrupt and requires "Open and
Repair". I can call the Open method with OpenAndRepair set to true, but the
darn "Show Repairs" dialog causes my application to hang because no user
intervention. If I click close on the Show Repairs dialog, the application
goes on its merry way.
Any suggestions?
Thanks,
Tom Grant