My supervisor is receiving the following error when trying to save an open document to an XML file prior to converting to PDF:
mscorlib error ‘80070020’
The process cannot access the file ‘D:\ReverseOrigination\DocSets\Tmp\TmpMergeDoc.001.jpeg’ because it is being used by another process.
/Includes/DocSetCreatorEnd.asp, line 8
Our ASP software uses the ComHelper to merge documents into one document then convert that document to PDF. The error occured at the final stage of converting to .doc to .pdf.
ASP code is attached.