manson84 Posted September 3, 2003 Posted September 3, 2003 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? Quote
Jitesh Posted September 17, 2003 Posted September 17, 2003 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. Quote Jitesh Sinha
manson84 Posted September 17, 2003 Author Posted September 17, 2003 Hi Jitesh, thanks for your help. Managed to solve it already though. =) Quote
krinpit Posted September 17, 2003 Posted September 17, 2003 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. Quote
keyar Posted November 27, 2005 Posted November 27, 2005 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.