Announcement

Collapse
No announcement yet.

COM Error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • COM Error

    I have installed eSignal, and we have the desktop API service added to our account. I am going over the documentation and the sample VB.net application provided from the forum. I am using VB.net 2003.

    The sample application does not compile. I get the following error:
    An unhandled exception of type
    'System.Runtime.InteropServices.COMException' occured in Project1.exe
    Additional information: COM object with CLSID
    {4A0DD8DE-25D5-419D-3615B98ADB0B} is either not valid or not
    registered.

    This happens in the Form1_Load() event, at the instantiation line:
    esignal = New IESignal.Hooks

    I have a reference to IESignal in my project.
    How can I fix this?
    Tom Hogan
    AxiDev Software
    Customized Software and Training

  • #2
    That's the correct CSID for IESignal.Hooks. My guess is that winsig.exe has been moved after the registry entry was set up.

    You might want to check the registry (run regedt32.exe)
    HKEY_CLASSES_ROOT
    4A0DD8DE-25D5-419D-3615B98ADB0B
    and see where LocalServer32 says winsig.exe is located.

    Or, more simply, just download esignal again.

    Comment


    • #3
      Thanks, scheel, I found what was wrong. Everything is working fine now.
      Tom Hogan
      AxiDev Software
      Customized Software and Training

      Comment

      Working...
      X