R
Rod Behr
An ASP application creates and populates a word document using standard
VBScript.
Using the Shapes.AddPicture method I am able to insert a picture into a word
document when the picture resides on the IIS server. I can reference the
picture by drive letter or UNC path and it comes in fine. If, however, the
picture file resides on another server, I get the above error whether I use
UNC path or a mapped drive.
I have checked the filename and path: they are accurate. The syntax is
correct otherwise the AddPicture method would not work for local files. There
are no permission problem, as I can view the picture file in other
applications and bring it into Word manually.
What am I doing wrong? I can provide code if required.
Thank you.
VBScript.
Using the Shapes.AddPicture method I am able to insert a picture into a word
document when the picture resides on the IIS server. I can reference the
picture by drive letter or UNC path and it comes in fine. If, however, the
picture file resides on another server, I get the above error whether I use
UNC path or a mapped drive.
I have checked the filename and path: they are accurate. The syntax is
correct otherwise the AddPicture method would not work for local files. There
are no permission problem, as I can view the picture file in other
applications and bring it into Word manually.
What am I doing wrong? I can provide code if required.
Thank you.