Service discovery within solution when deployed with services
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have two services that are in a single solution. Each is a windows service. One is a WCF service with a named pipe endpoint. The other is a service which will consume the WCF service. I'm doing this in Visual Studio 2010 using all 4.0 framework components. My question is how do I discover the service? When I add Service Reference and hit Discover it says I have no services in my solution. I created the service by creating a Windows Service, creating a refernce to my service DLL's, and running the service via ServiceHost. Should I have created this project a different way?? (followed what was posted on MSDN for doing this)