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?
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?
Comment