D
DBC User
Hi,
I have 2 completly independent programs and they need to talk to each
other once in a while. Both are .Net VS2005 c# programs and both
reside in the client machine. I have a limitation, I can not use MSMQ
or registry. I want this program to run in Standard user mode when
moved to Vista as well.
At present I am serializing the objects and using File watcher to get
the messages. It is working but I would like to know is there a BETTER
way of doing thing? I am open to new technologies and any other ideas.
Thanks.
I have 2 completly independent programs and they need to talk to each
other once in a while. Both are .Net VS2005 c# programs and both
reside in the client machine. I have a limitation, I can not use MSMQ
or registry. I want this program to run in Standard user mode when
moved to Vista as well.
At present I am serializing the objects and using File watcher to get
the messages. It is working but I would like to know is there a BETTER
way of doing thing? I am open to new technologies and any other ideas.
Thanks.