namedpipebinding

About this tag
The namedpipebinding tag covers discussions about using named pipe bindings in Windows applications, particularly with WCF service hosts for inter-process communication on the same machine. A common issue reported involves the 'there was no endpoint listening' error when running applications on Windows 10 LTSB, despite working on Windows 7 and higher. This suggests potential limitations or configuration differences in LTSB versions that affect named pipe binding functionality. Troubleshooting typically focuses on verifying endpoint addresses, service availability, and Windows version-specific restrictions.
  1. W

    running wpf console application on windows LTSB problem

    Hi, we have an wpf application which runs fine on windows 7 and higher. Part of it starts a separate console application which uses a servicehost with namepipebinding to setup a connection between two applications on the same pc. this has been working fine for years from windows 7 and higher...
Back
Top