Hello all,
I am writing the program for Windows CE 5.0 device and deployng C# code from Visual Studio 2008. When I am trying to debug code via usb connection I am getting the error even if then I can connect to other device from my Windows CE 5.0 device:
32feet.NET: 'InTheHand.Net.Personal, Version=3.2.609.0, Culture=neutral'
versions: '3.2.609.0' and '3.2.0609.0'.
Calling BSC_Initialize with:HCI_DriverInformation__HCI_COMMDriverInformation COMM, 32, 6, 57600, UART_RTS_CTS, 500, 115200, 'BTS'.
A first chance exception of type 'System.MissingMethodException' occurred in InTheHand.Net.Personal.dll
If I am building release version and just deploy it to the device everything is OK, no error during building and deployment....
Do you know what is the problem? I am using InTheHead.Net.Personal.dll version 3.2.609.0 from the 32feet.NET 2.3 download....
And more:
when we are trying to load our application (which is using InTheHead.Net.Personal.dll version 3.2.609.0) on device with some stripped down version of Windows CE 5.0 (no shell is running, loading just our application + some other windows dlls, that was working previously with the different bluetooth device not using InTheHand) it's getting the error:
MissingMethodException File or Assembly name
‘InTheHand.Net.Personal’ Version=3.2.609.0, culture=neutral, publicKeyToken=EA38CAA273134499’,
or one of its dependencies was not found
So it seems like InTheHand.Net.Personal.dll is using some windows dlls we are not aware of - could somebody tell us what dependencies of this library is?
I found out that I have exception when trying to use BSC_Initialize() from SS1BTPS.dll.
I don't have this dll in my Windows CE 5.0 - so where can I find it?
Thanks a lot the the help.