views:

134

answers:

2

Hi all.In my project I am using thread to search via bluetooth devices.But when it searchs some times it crashs and appears ble screan.I couldent read all because it restarts computer but I saw that it is abour some ram blocks. X8001 something like this.Is thread couse this?Or I am also using database Mysql.When it searchs it also gets value from database.

+5  A: 

C# cannot cause BSODs. Bluetooth device drivers certainly do, there are a lot of crummy ones out there. Screw up spell checkers too. Post to superuser.com to get help finding updates or better BT stacks.

Hans Passant
I am using InTheHand.Net.Bluetooth.dll library.For BT driver I did not installed any.I bought some little bluetooth device and only plug to computer.It recognized.
Meko
+1 for "Screw up spell checkers too". Nearly woke the family laughing...
Chris Taylor
true so long as you never touch the 'unsafe' keyword.
seraphym
A: 

BSOD should be diagnosed easily with crash dump analysis. Then you can know who breaks the system, and how to move on.

Well, if you cannot DIY, you can consider open a support case via http://support.microsoft.com and involve Microsoft support team.

Lex Li