If you have an HTC Desire and you are having issues with your Bluetooth code, such as:Service Discovery doesn't work or flakyCan't see Misc devices, i.e. those with a Bluetooth device type of Headset, Phone or CompIf you have issues communicating via SPP (Serial Port Profile)Just plain not workingYou...
Friday, July 30, 2010
Finding Bluetooth Service Address on Windows
If you have connected to a device, but want to write code to discover it, you need to know the service address/guid of the bluetooth device, in order to talk to it.On Windows if you navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\BTHENUM\You will see the devices connected and then in HardwareID...
Wednesday, July 14, 2010
Could not create the driver from NHibernate.Driver.SqlServerCeDriver
Using Fluent NHibernate and MsSqlCeConfiguration, I wanted to use an SQL Compact DB for my Database by changing the FluentConfiguration but I started getting the errors from the InnerException."Could not create the driver from NHibernate.Driver.SqlServerCeDriver"The fix is simples,You need to add a...
Wednesday, July 07, 2010
Failed object initialization (ISupportInitialize.EndInit). Error on Windows XP
Failed object initialization (ISupportInitialize.EndInit). Method not found: 'System.Windows.Threading.DispatcherOperation System.Windows.Threading.Dispatcher.BeginInvoke(System.Delegate, System.Object[])'If you get this error, looking at the MSDN page for the method callhttp://msdn.microsoft.com/en-us/library/cc190824(VS.90).aspxIt...