Lost connection when start debug?

  • Thread starter Thread starter Qualitea
  • Start date Start date
Q

Qualitea

Hi,

Everytime I start debug my application on device, after VS.NET run
through initiliaze tasks then a message box appear and said that the
connection was lost :(

My device and computer are connected through Bluetooth connection, and
it worked well before, so now I don't know why?

Thanks,
Quan,
 
I had the same problem. After a bit of digging I determined that the auto
memory management is shutting down the Bluetooth stack because the debugger
needs more memory. Removing programs from memory and freeing up some space
on the internal storage made it last a bit longer, but in the end I gave up
on Bluetooth and debugging. I'm using IR now, but only because my project
needs COM1 (which is usually taken by the ActiveSync/USB connection)
 
Back
Top