.NET Components for Mobility

Bluetooth.NET is not supported on this device.

Last post 03-09-2007 8:20 PM by Alex. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-09-2007 4:04 PM

    • Alex
    • Not Ranked
    • Joined on 03-09-2007
    • Posts 0

    Bluetooth.NET is not supported on this device.

    Hi All,

     

    I faced the issue and have no idea how to resolve it. I'm just starting to use 32feet software.. For an experiment I wrote simple code sample.

     

          if (BluetoothRadio.PrimaryRadio != null)
          {
            BluetoothRadio.PrimaryRadio.Mode = RadioMode.Connectable;
          }

          bc = new BluetoothClient();

    The property PrimaryRadio is always null and constructor of BluetoothClient raise an exception:

    System.PlatformNotSupportedException: Bluetooth.NET is not supported on this device.
       at InTheHand.Net.Sockets.BluetoothClient..ctor()

     Could you please help, what whats wrong? Do I lack addtitional software on PC.

     
    Info:

    OS: Windows XP SP2, 32feet v.1.6, .NET Framework 1.1, Bluetooth adapter: D-Link DBT-122 5.1.0.1100 (Broadcom Corporation)
     

     

     



     

    Filed under: , ,
  • 03-09-2007 6:57 PM In reply to

    Re: Bluetooth.NET is not supported on this device.

    We (currently) only support Microsoft's own Bluetooth protocol stack.  Its likely that the dongle has installed the Widcomm/Broadcom stack.  See e.g. http://32feet.net/forums/thread/2885.aspx and http://32feet.net/forums/thread/2818.aspx for discussions on how to replace that with the Microsoft stack.
    Alan J. McFarlane
    http://www.alanjmcf.me.uk/
    Please follow-up in the newsgroup for the benefit of all.
    Have I helped? Consider visiting my Amazon wishlist, see my homepage.
  • 03-09-2007 8:20 PM In reply to

    • Alex
    • Not Ranked
    • Joined on 03-09-2007
    • Posts 0

    Re: Bluetooth.NET is not supported on this device.

    Thanks for info.. I'll try it.
Page 1 of 1 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.