Zero file size of gif file using OWC

J

Jeff

Using a COM object created with an OWC reference in VB6, I can run a
standard executable project and successfully create a .gif file of a
chart.

Using ASP to access this same COM object, the .gif file created is 0
bytes and is not recognized as an image file. I've checked/modified
permissions on the IIS server and also using Windows Explorer to no
avail. Any idea what's causing this problem?

Thanks,
- Jeff
 
J

Jeff

Found the problem... height and width attributes were not being
assigned. Once these were assigned, the image generated just fine.

- Jeff
 
Top