views:

169

answers:

1

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.