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? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -