pc = new PrincipalContext(ContextType.Domain);
Using this statement under Windows 8 produces the exception:
The server could not be contacted.
The user is already logged in to the machine when this is hit. It's running under WinForms. It works fine under Windows 7. How can I fix this?