COM object with CLSID {xxxx} is either not valid or not registered....

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi,

I have situation where the app runs fine on my notebook that it was
developed on, it runs fine at a client site but now that I have delivered it
to this client I find that it is failing. It's a C# website with some VFP8
COM dll's. What am I missing? Do I need to run the VFP install on the web
server so that the DLL's get properly registered? Or should I be able to
just manually register the DLL's.

I am at the moment assuming that it really is a registry problem with either
the VFP DLL's or the COM DLL's but haven't been able to solve the problem.
Any guidance would be greatly appreciated. Line 66 of the purchase page is
the line that calls the svcom.dll which is the first VFP DLL of two that get
called.

Thanks,

Chris
Server Error in '/WCPE' Application.
--------------------------------------------------------------------------------

COM object with CLSID {C3B61AB3-C321-447C-A8E2-BB4822C7843A} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {C3B61AB3-C321-447C-A8E2-BB4822C7843A} 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
{C3B61AB3-C321-447C-A8E2-BB4822C7843A} is either not valid or not
registered.]
Synergy.WebRental.Purchase.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\wcpe\Purchase.aspx.cs:66
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750



--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032


.



Relevant Pages

  • Re: interrupting for overflow and loop termination
    ... > only this int can ever overflow. ... maybe all you need is a sticky overflow bit. ... When a user-level instruction X caused an exception, ... The CAUSE register was set to indicate the reason. ...
    (comp.arch)
  • Re: printing register values from exception handler...
    ... I have registered exception handlers for undefined instruction, data abort ... I can think of printing register values of other modes to UART. ... Other think stack can also be printed to get some clue of cause. ...
    (comp.arch.embedded)
  • Re: OMAP3530 Timer 4 Virtual Address not able to get.
    ... but that accessing the particular register you're working with is causing the ... the processor to crash. ... Step through this code in the Kernel debugger and verify that the exception ... and i couldn't configure the timer. ...
    (microsoft.public.windowsce.embedded)
  • Re: CReating Short cut to an application on XP SP2
    ... It shows the same exception. ... application run on MC2 you must first register the component on the MC2 ... Install the component on MC2 ...
    (microsoft.public.vsnet.setup)
  • Re: Exception Handling...
    ... At FS:the executing code can register an exception handler by providing ...
    (comp.lang.pascal.delphi.misc)