Hello,
I am having trouble finding much information about how to implement Mailslots with VB.NET.
This code works successfully when run on the same PC for all three steps: Create Mailslot, Write to Mailslot, and Read Mailslot.
I can also successfully (as in, no errors) create a mailslot (on the 'server'), write to it from a different PC (the 'client'), but when I try to read the mailslot on the 'server' I get:...