Hello,

I'm working on a Windows Forms Control Library project (2 items) where 1 connects with the other via Named Pipes. In the 1st or Server app, I use the .StartInfo.FileName = the name of the 2nd app. The file name consists of path info as well. The problem is I need the Pipe Server to attach to the project (2nd) that I'm creating so I can troubleshoot the code in both projects. I have loaded them both under the same Solution, but can't figure out how to point the Pipe Server in App1 to App2 in the solution as opposed to the .exe in a different sub-directory.

I hope this is clear, if not, I'll try a re-post, just let me know.

Thanks for your help!

KKW