Hi! I'm currently developing on application that uses legacy COM-based object. This object resides in standalone executable and have COM connection point defined on it. When I subscribe on this connection point within WinForms application everything is ok - all callbacks received smoothly. When using same code from NET framework based Windows Service, I've got no callbacks at all. I suppose this is message queue related issue (Windows Service doesn't have message queue at all). Is there any workaround on that? Thanks for replies in advance.
A:
I do not know if this can help you:
C# Windows Service Using COM OCX That Requires an hWnd.
Show a Form from windows service.
Receive COM events in a Windows Service (.NET)
lsalamon
2009-03-02 15:34:16