Can't create owc11.chartspace on 64 bit Windows Server 2003 sp2

J

John Doe

Hello,

We have a classic ASP app which is being ported to a new 64 bit server
running Windows Server 2003 sp2. The existing app has owc11 installed and
runs fine under Windows 2000 32 bit version.

A simple page containing the following vbscript fails with '800a01ad' cannot
create activex object.

Dim chart
Set chart = Server.CreateObject("OWC11.ChartSpace")


Has anyone been able to get owc11 to run on a 64 bit server?

Thanks in advance
 
J

John Doe

Hello,

Could you please provide some additional technical details and/or references
to product documentation why this solution won't work on a 64 bit server?

Thanks in advance.

Alvin Bruney said:
It won't work/.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


John Doe said:
Hello,

We have a classic ASP app which is being ported to a new 64 bit server
running Windows Server 2003 sp2. The existing app has owc11 installed and
runs fine under Windows 2000 32 bit version.

A simple page containing the following vbscript fails with '800a01ad'
cannot
create activex object.

Dim chart
Set chart = Server.CreateObject("OWC11.ChartSpace")


Has anyone been able to get owc11 to run on a 64 bit server?

Thanks in advance
 
A

Alvin Bruney [ASP.NET MVP]

I don't have any technical details, I am going to confirm this next week by
testing on a 64 bit platform again.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


John Doe said:
Hello,

Could you please provide some additional technical details and/or
references
to product documentation why this solution won't work on a 64 bit server?

Thanks in advance.

Alvin Bruney said:
It won't work/.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


John Doe said:
Hello,

We have a classic ASP app which is being ported to a new 64 bit server
running Windows Server 2003 sp2. The existing app has owc11 installed
and
runs fine under Windows 2000 32 bit version.

A simple page containing the following vbscript fails with '800a01ad'
cannot
create activex object.

Dim chart
Set chart = Server.CreateObject("OWC11.ChartSpace")


Has anyone been able to get owc11 to run on a 64 bit server?

Thanks in advance
 
J

John Doe

All,

The problem was resolved by configuring IIS to run in 32 bit mode and
configuring ASP .Net Framework 2.0 to run in 32 bit mode. Root cause is that
OWC is a 32 bit ActiveX and cannot run under 64 bit IIS.
Refer to the following KB article
http://support.microsoft.com/kb/894435

Alvin Bruney said:
I don't have any technical details, I am going to confirm this next week by
testing on a 64 bit platform again.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


John Doe said:
Hello,

Could you please provide some additional technical details and/or
references
to product documentation why this solution won't work on a 64 bit server?

Thanks in advance.

Alvin Bruney said:
It won't work/.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Download OWC Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $15.00
Need a free copy of VSTS 2008 w/ MSDN Premium?
http://msmvps.com/blogs/alvin/Default.aspx
-------------------------------------------------------


Hello,

We have a classic ASP app which is being ported to a new 64 bit server
running Windows Server 2003 sp2. The existing app has owc11 installed
and
runs fine under Windows 2000 32 bit version.

A simple page containing the following vbscript fails with '800a01ad'
cannot
create activex object.

Dim chart
Set chart = Server.CreateObject("OWC11.ChartSpace")


Has anyone been able to get owc11 to run on a 64 bit server?

Thanks in advance
 

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