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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -