Configuring 32feet Library

I am trying to get started with this library: 32feet

I have a Broadcomm Bluetooth package and could not figure out how to configure this library. When I run my code, I get:

Unhandled exception: System.PlatformNotSupportedException: A supported Bluetooth protocol stack was not found.

After digging on my site, I found this: Installation Instructions

It says to copy the appropriate DLL into the project and then run Test32FeetWidcommWin32.exe. I tried to put the files in each separate folder in the Visual Studio project and then run this EXE, but I still get the same error. Initially, I tried to just add the InTheHand.Net.Personal.dll file as a link to my project, but that didn't work either.

What can i do wrong?

+3
source share
2 answers

I just solved it. I think the problem was an old link in my project to the NETCF version of the DLL from the moment I tried to drag and drop the solution, so I cleaned up my project and started adding everything again, and it worked!

, , app.config release , , <YOUREXENAME>.exe.config. EXE , . , , coredll.dll , Stack not supported. Google , NETCF.

edit: , , , InTheHand.Net.Personal.dll, 32feetWidcomm.dll Release.

0

, BlueTooth Windows.

.NET InTheHand , BlueTooth Windows , BlueTooth.

+5

All Articles