OWC Chart problem

  • Thread starter Ragnar Midtskogen
  • Start date
R

Ragnar Midtskogen

Hello,

I have ported a Web application to a new server, 2000 to 2003, and now this
line gives an error: 'ASP 0177 : 800401f3'
Set oChart = Server.CreateObject("OWC.Chart")

I installed Office XP Web Components, but the machine does not have Office
installed

I have read several posts on newsgroups and some say the syntax should be
Set oChart = Server.CreateObject("OWC10.ChartSpace").
I tried that, but still get error.

Another post mentioned to reregister msowc.dll, but it is not on my machine.
The original machine has Office, does OWC require Office to work?

Any help would be appreciated.

Ragnar
 
R

Ragnar Midtskogen

Well, the reason for the error is simply that the dll is not registered,
evee though I ran the setup for OWC XP without any error messages.
Now I have a different problem, I can't register the OWC10.dll. I run
regsvr32 and get a message that the register server succeded.
But the problem is still there, and when I search the Registry the dll is
not registered.
Am I running into some kind of overprotective security feature of Windows
Server 2003?

HELP!!!

Ragnar
 
R

Ragnar Midtskogen

Correction, it did get registered, I made a typo in the search spec.
Does anyone know of any dependencies?

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