I have enabled Peer to Peer through the control panel.
This code
PeerName peerName = new PeerName("SuperWebServer", PeerNameType.Secured);
gives me this runtime error .
An unhandled exception of type 'System.EntryPointNotFoundException' occurred in System.Net.dll
Additional information: Unable to find an entry point named 'PeerIdentityGetDefault' in DLL 'p2p.dll'.
An example that works would be nice