When executing the following lines in my Windows Store App project
PeerFinder.AlternateIdentities["Bluetooth:Paired"] = "";
PeerFinder.Start();
I get the following error:
The requested allocation size was too large (Exception from HRESULT: 0x80080011 (MEM_E_INVALID_SIZE))
Which is the problem there? How do I solve it?