Problems with Inserted Images (OE 10.2B/Office 2010)

Project:Word Documents Created from OE
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

A new Word issue is surfacing in our application now that we are on 10.2B. We are no longer able to create re-openable Word documents in which we have inserted images. The application has been in production for over 1 year, but since upgrading to 10.2B, this problem has arisen.

We are using the "Word.application" automation object, and insert the images (usually into tables) using:

chShapes = chRange:InlineShapes.
chShapes:AddPicture(opsysfile).

Behavior:

The application opens Word (ok), exports the content including the images (ok) and everything looks great. However, if you save the document in Word, and then re-open the document in Word, you get the error message "The file cannot be opened because there are problems with the contents." The "details" button then simply says that the "file is corrupt and can't be opened".

Any help on this issue would be gratefully appreciated.