Page 1 of 1

Scripting create.object""

Posted: Mon Mar 12, 2007 7:29 pm
by 9532180
Saludos!

We have upgraded to Teechart7 (The langs versions). We are unable to get the teechart object to get created server-side via ASP script. We are running: Set Chart1 = CreateObject("TeeChart.TChart.7") And we get a permission denied error. We have given the .ocx read & execute privs for the IIS User... Any ideas on what else we can try?

Thanks!
-cg :)

Posted: Tue Mar 13, 2007 8:46 am
by narcis
Hi Todd Taylor,

Can you run the ASP Server Examples, available at TeeChart's program group? If so, please try comparing your project with those examples.

Thanks in advance.

Posted: Tue Mar 13, 2007 9:48 pm
by 9532180
No, not even the ASP Server Examples work... Any clues as to what we can try?

Thanks!
-cg :)
narcis wrote:Hi Todd Taylor,

Can you run the ASP Server Examples, available at TeeChart's program group? If so, please try comparing your project with those examples.

Thanks in advance.

Posted: Mon Mar 19, 2007 8:14 am
by Pep
Hi Todd,

which error are you getting ?

Posted: Tue Mar 20, 2007 4:35 pm
by 9532180
At first i was getting a permission denied error. But now i don't get an error message. It just hangs it seems. It doesn't return anything... Any ideas as to what i can try?

Posted: Mon Mar 26, 2007 2:33 pm
by Pep
Hi Todd,

have you tried to place other asp pages which do not contain TeeChart objects and try to run them ? Do they work fine ?
If seems the problem is related with user permissions or folder permissions.