You are viewing limited content. For full access, please sign in.

Question

Question

windows webserivce

asked on January 7, 2016

Hi,

I am building a windows webservice and trying to communicate with laserfiche client but due to the restrictions on session 0 it cant communicate with LF Client which runs in session 1. Is there a way i can make it work?

1 0

Answer

APPROVED ANSWER
replied on January 7, 2016 Show version history

No, Windows makes this pretty difficult.  And since Windows typically allows multiple simultaneous logons, it's hard to even know which interactive session you want to talk to.  What exactly are you trying to do?

To clarify, the typical way that Windows desktop applications communicate with each other - posting messages to windows - is totally constrained to a single session.  There are many other IPC methods possible, from pipes and sockets to ad hoc things like files in a shared location.

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.