.NET Components for Mobility

No supported Bluetooth protocol stack found !!

Last post 04-06-2010 9:37 AM by alanjmcf. 9 replies.
Page 1 of 1 (10 items)
Sort Posts: Previous Next
  • 03-03-2010 2:34 AM

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    No supported Bluetooth protocol stack found !!

    Hi,

    I have HTC T8585, and i'm trying ton install on it a windows mobile application that i developed it using c# .  When my application starts it should connect to bluetooth, what is happening that i'm getting a message that says "Couldn't connect to Bluetooth due to: No supported Bluetooth protocol stack found". i'm using InTheHand.Net.Personal.dll 2.5 and 32feetWidcomm.dll 2.5 (i cant add it in add reference). and this function BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable give me nullreference error.

    Please i need help as soon as possible.

  • 03-03-2010 2:57 PM In reply to

    Re: No supported Bluetooth protocol stack found !!

    The 32feetWidcomm.dll is a native DLL and thus shouldn't be added as a .NET assembly reference.  It just needs to be next to the .exe at runtime:

    To enable the Widcomm support, in brief the 32feetWidcomm.dll native DLL need to be present at runtime in the same folder as the main library assembly (InTheHand.Net.Personal.dll) and the application itself.  As a native DLL it cannot be referenced at compile-time like a normal managed .NET assembly

    I'm somewhat surprised that you're getting that exception message on 2.5, I'd have expected the exception to be:

    Normal 0 false false false /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}

        PlatformNotSupportedException: Widcomm stack seems to be present, need to install 32feetWidcomm.dll alongside.


    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-04-2010 2:51 AM In reply to

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    Re: No supported Bluetooth protocol stack found !!

    Thats right, this is what i'm getting "Widcomm stack seems to be present, need to install 32feetWidcomm.dll alongside" , but i did what you are saying to put 32feetWidcomm.dll  in the same folder that has .exe appliaction in the mobile. But i'm getting all these problems !!

  • 03-05-2010 4:19 AM In reply to

    Re: No supported Bluetooth protocol stack found !!

     What version of 32feetWidcomm.dll file are you using?  From a release, from what folder?

    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-24-2010 3:11 AM In reply to

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    Re: No supported Bluetooth protocol stack found !!

    I'm using the last version but still i have the same issue.

     

  • 03-24-2010 3:12 AM In reply to

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    Re: No supported Bluetooth protocol stack found !!

    I'm using last version of 32feetWidcomm.dll  but still not working !!

  • 03-25-2010 7:46 AM In reply to

    Re: No supported Bluetooth protocol stack found !!

    I was beginning to think that there was some problem, but then this guy got it to work http://inthehand.co.uk/forums/t/3391.aspx

    Can you take the app.config file from the "32feet and widcopmm" doc in the release, edit it to make sure that the reportAllErrors property is true, copy it next to the .exe (and two .dlls),  and make sure it has the correct name (32feet.config).  What does it report?  Otherwise run it in the debugger with 'show all thrown exceptions' enabled.

    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-28-2010 7:17 AM In reply to

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    Re: No supported Bluetooth protocol stack found !!

    I found that i have on my device widcomm bluetooth stack not Microsoft, so how can i repace widcomm by microsoft ?
  • 04-05-2010 7:19 AM In reply to

    • QUWIC
    • Top 200 Contributor
    • Joined on 03-03-2010
    • Posts 6

    Re: No supported Bluetooth protocol stack found !!

    I'm using Htc Phone HD2 which is WM6.5 with Widcomm Bluetooth Stack .. Does inthehand supports this type of device ??
  • 04-06-2010 9:37 AM In reply to

    Re: No supported Bluetooth protocol stack found !!

    Can you try what I asked in my message on the 25th. :-)
    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.
Page 1 of 1 (10 items)
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.