M
Mike Leftwich
Our app instantiates Word to use the spell checker. The problem is that
when our app is running in some environments, and the user separately opens
a document and then tries to close it, they get "The file is in use by
another application or user. (...\normal.dot)". The environments in which
this happens seem to be where one or more custom document templates are
being used (law firms). I do see that when I instantiate Word and then add
a document to the documents collection that normal.dot is held open. I'm
assuming that when the user is trying to quit their document, Word or the
custom document template is trying to save normal.dot. If that's the
problem, is there any way for me to add a document without holding a
template open? I tried making the document that I added a "new template"
but it still seems to hold normal.dot open. Or if there's a better
approach, let me know!
Thanks very much for the help.
Mike
when our app is running in some environments, and the user separately opens
a document and then tries to close it, they get "The file is in use by
another application or user. (...\normal.dot)". The environments in which
this happens seem to be where one or more custom document templates are
being used (law firms). I do see that when I instantiate Word and then add
a document to the documents collection that normal.dot is held open. I'm
assuming that when the user is trying to quit their document, Word or the
custom document template is trying to save normal.dot. If that's the
problem, is there any way for me to add a document without holding a
template open? I tried making the document that I added a "new template"
but it still seems to hold normal.dot open. Or if there's a better
approach, let me know!
Thanks very much for the help.
Mike