TeeChart for ActiveX, COM and ASP
-
Todd Taylor
- Newbie

- Posts: 8
- Joined: Fri Aug 11, 2006 12:00 am
Post
by Todd Taylor » Mon Mar 12, 2007 7:29 pm
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

-
Narcís
- Site Admin

- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
-
Contact:
Post
by Narcís » Tue Mar 13, 2007 8:46 am
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.
-
Todd Taylor
- Newbie

- Posts: 8
- Joined: Fri Aug 11, 2006 12:00 am
Post
by Todd Taylor » Tue Mar 13, 2007 9:48 pm
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.
-
Pep
- Site Admin

- Posts: 3313
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Mon Mar 19, 2007 8:14 am
Hi Todd,
which error are you getting ?
-
Todd Taylor
- Newbie

- Posts: 8
- Joined: Fri Aug 11, 2006 12:00 am
Post
by Todd Taylor » Tue Mar 20, 2007 4:35 pm
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?
-
Pep
- Site Admin

- Posts: 3313
- Joined: Fri Nov 14, 2003 5:00 am
-
Contact:
Post
by Pep » Mon Mar 26, 2007 2:33 pm
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.