OWC charting

manson84

Newcomer
Joined
Sep 2, 2003
Messages
2
Hi, can somebody please help me? I'm a beginner in asp.net and currently, i'm trying the charting function using OWC (Office WEb components) to plot from graphs using data from database. However, the following error was received:

--------------------------------------------------------------------------------------------------------
COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered.

Exception Details: System.Runtime.InteropServices.COMException: COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[COMException (0x80040154): COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered.]
test2.trend_getchart.Page_Load(Object Sender, EventArgs E) in \\cacdev2\cacdev\myzhang\Training\test2\trend_getchart.aspx.vb:84
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

---------------------------------------------------------------------------------------------------------

Anyone knows exactly which file is this?
 
Make sure that the COM component is registered on system.

I have been running into the same problme with a third party COM component and been able to work successfully only when i registered it.

Hope to help.
 
Jitesh said:
Make sure that the COM component is registered on system.

Jitesh: Can you please elaborate on what you mean by registering a COM component? I do not know what the term means.

Thanks in advance.
 
OWC Error

manson84 said:
Hi Jitesh, thanks for your help. Managed to solve it already though. =)

Hi Manson

I too getting the Same error
COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered.

Exception Details: System.Runtime.InteropServices.COMException: COM object with CLSID {0002E556-0000-0000-C000-000000000046} is either not valid or not registered.


Can u PLEASE tell me what you have done to resolve this problem... so that I too will follow the same way...

COM components already been installed in our server...
Its working fine in Intranet, but not in Internet Server..... Where even I have it installed there too..

Thanks
Keyar
 
Back
Top