Hi!
I am trying to use eSignal active X development in a Webservice (ASP/C#). The problem is that when I'm trying to make an instance of the eSignal object any webmethods (even "Hello World") I make fails with the error "HTTP 500 Internal Server Error".
But If I Comment away:
"private IESignal.HooksClass esignal;"(in class)
"esignal = new IESignal.HooksClass();"(in constructor)
I can access the WebMethods. Anyone knows what I'm doing wrong. 'Cus I'm lost
Edit:
And I'm using the IESignal namespace and I have added the reference.
I am trying to use eSignal active X development in a Webservice (ASP/C#). The problem is that when I'm trying to make an instance of the eSignal object any webmethods (even "Hello World") I make fails with the error "HTTP 500 Internal Server Error".
But If I Comment away:
"private IESignal.HooksClass esignal;"(in class)
"esignal = new IESignal.HooksClass();"(in constructor)
I can access the WebMethods. Anyone knows what I'm doing wrong. 'Cus I'm lost
Edit:
And I'm using the IESignal namespace and I have added the reference.
Comment