Will the InTheHand.Net dll supports windows embedded kind of os. I built anappliction for real time project in windows xp sp3 using these dll's but actually the target os is winows embedded, when i run it on that embedded os it says
Unhandled Exception: System.TypeInitializationException: The type initializer fo
r 'BluetoothSample.Program' threw an exception. ---> System.PlatformNotSupported
Exception: 32feet.NET does not support the Bluetooth stack on this device. --->
System.Net.Sockets.SocketException: An address incompatible with the requested p
rotocol was used
at System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType so
cketType, ProtocolType protocolType)
at InTheHand.Net.Sockets.BluetoothClient..ctor()
--- End of inner exception stack trace ---
at InTheHand.Net.Sockets.BluetoothClient..ctor()
at BluetoothSample.Program..cctor() in F:\Ajith\src\applications\BluetoothMod
ule\BluetoothModule\BluetoothModule\BluetoothModule.cs:line 104
--- End of inner exception stack trace ---
at BluetoothSample.Program.Main(String[ args)
From these exception I guess these os doesn't has the bluetooth stack . . what shall i do now???