OWC Chart versions

R

Ragnar Midtskogen

Hi,

I am setting up a backup server for one of our Web sites and I have run into
a problem with an OWC Chart control on an ASP page.

The live server is running Windows 2000 Server and has Office 2000
installed, with MSOWC.dll v 9.0.0.2710.
The new server is running Windows 2003 Server, IIS 6 and has no Office
installed. I found a standalone setup file which installed OWC v 10,
OWC10.dll on the machine, but I found that there are differences. However,
the charts are pretty simple, so it does not look like a big job to rewrite.
As far as I can tell all the properties and named constants are there, the
only difference I have found are is the use of a container ChartSpace and
WCChart in place of just Chart.

Does anyone know if there are any fundamental differences that would cause
problems?

Any help would be appreciated.

Ragnar
 
R

Ragnar Midtskogen

FWIW, I just changed the CreateObject("OWC.Chart") to
CreateObject("OWC10.ChartSpace") and the rest of the code worked!

Ragnar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top