comexception - Error Code 2147500037 on Attempt for Bluetooth Connection in Windows Phone 8 -


i attempting establish app-to-app bluetooth connection programmatically. please see following code snippet said purpose:

streamsocket streamsocket = await peerfinder.connectasync(peerinformation); 

i error whenever try so:

an exception of type `system.runtime.interopservices.comexception` occurred  in mscorlib.ni.dll , wasn't handled before managed/native boundary  hresult e_fail has been returned call com component.  error code: 2147500037 

please advise on how go around error.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -