G
Guest
I have written a dll in vb.net to send faxes using the FAXCOMEXLib. The dll
works fine when embedded in a windows application but if i try and embed the
dll in a windows service, when the dll calls the iFaxDocument.ConnectedSubmit
command i receive an operation failed 0x80004005 error. The only explanation
i can come up with is that the FAXCOMExLib needs to be called from an active
form which it doesnt have when running as a service.
Has anyone else experienced this problem and how can i overcome it ?
Thanks in advance
works fine when embedded in a windows application but if i try and embed the
dll in a windows service, when the dll calls the iFaxDocument.ConnectedSubmit
command i receive an operation failed 0x80004005 error. The only explanation
i can come up with is that the FAXCOMExLib needs to be called from an active
form which it doesnt have when running as a service.
Has anyone else experienced this problem and how can i overcome it ?
Thanks in advance