Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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?

  • 2 weeks later...
Posted

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 Sinha
Posted
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.

  • 2 years later...
Posted

OWC Error

 

Hi Jitesh' date=' thanks for your help. Managed to solve it already though. =)[/quote']

 

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...