views:

14

answers:

0

In visual studios while debugging my asp.net project i see a change i'd like to make. I cant change code dynamically like i may in a winform app so 100% of the time i stop the app. Write my code and run.

Now randomly, a good % of the time i get the error

Unable to connect to any of the specified MySQL hosts.

with a crash shortly after where i need to stop again, run and hope it works. Usually i need to right click the tray and close the app from there or do a control-alt-del on the process then run.

Othertimes it will terminate my app or say cannot connect to debug server (i cant remember what the error was) and i am forced to ctr-alt-del it.

Whats doing this? its extremely annoying. I am using mysql. This only started happening days ago.