A few of our clients are running into this issue after upgrading
the code essentially batches multiple vpe documents together into a big document by using 2 VPE document objects. Object 1 creates a report and saves as a temp file. in object 2 temp files is appended by using VPEReadDoc then deletes the temp file. then object 1 creates another document and appends it to Object 2 again and deletes the temp file
this was working fine until they upgraded to 6. Now it looks like the appending works but if the temp file gets deleted after the VPEReadDoc none of the images appear in the new document
Looks like the newly created document still refers to the old documents to read the images somehow