Quick tip that maybe will save others time:
In Windows 7 ( and maybe Vista) when hosting a WCF Service in a console application AS A USER and not as administrator, you might get an exception telling you that you don’t have access to register with the net.tcp port sharing service.
To resolve this problem:
- Download PsGetSid ( this will give you the … read full article