Was implementing a WCF service and found that I was getting the following error
A TCP error (10013: An attempt was made to access a socket in a way forbidden by its access permissions) occurred while listening on IP Endpoint=0.0.0.0:8733
In this case the problem was down to an existing service running on the port, use
netstat -a
to see if the port has already been taken