Cannot create object using ASP

R

Raj

I am using OWC11 on Windows2003, IIS6 environment. When I tried to create
OWC11 object as Set oChartSpace = CreateObject("OWC11.Chart")
I get the error ActiveX component can't create object error. I tested the
same code in VB app, it works fine. Could anyone of you shed some light on
this issue
 
R

Raj

Actually, I found the solution, OWC11 component does not have Chart class
instead it's renamed to ChartSpace class. Thanks for your reply though. I was
executing this code on Server side
 

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