I\'m trying to use WCF\'s discovery mechanism in .NET 4.0.It works on Windows 7 but fails on an XP machine with a socket exception saying that \"the requested address is not valid in its context\" (th
how to broadcast/multicast a service over the network for clients to discover without any need for server IP开发者_开发知识库?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I would like to discover all implementations of an interface during runtime in a Java app, and load those classes dynamically from JAR files that the user can add to a folder. It\'s a plug-in system,
I am trying to use the Discovery feature in WCF using http://msdn.microsoft.com/en-us/library/dd456783(v=VS.100).aspx as a starting point. It works fine on my machine, but then I wanted to run the ser