I am writing a Windows Service with accompanying \"status tool.\" The service hosts a WCF named pipe endpoint for inter-process communication. Through the named pipe, the
I had a lot of properties with no set{ } in it. Adding this solved my problem.