Hi guys,
I have two MFC C++ desktop applications exchanging string commands using named pipes. All good and reliable.
Now, I have to add clients that are written in .NET C# using SilverLight controls. I know how to do named pipes in C#. But my first attempt to mix those failed: cannot connect clients to running servers.
Is there anything I am missing and that "mixed nuts" schema must work? or it's a "language barrier" :-)
Cheers, Val