Run in debug mode hangs IDE

  • Thread starter Thread starter Brian Pembroke
  • Start date Start date
B

Brian Pembroke

When running my program in Vb .Net 2003 on Windows XP, it
hangs the IDE everytime. It will run if you choose to
run not in debug mode. After further investiagation,
this happens in all the languages within Visual
Studio .Net. The IDE is completely locked up when this
happends. Any idea's on how to correct this problem?


Thanks in advance
Brian Pembroke
(e-mail address removed)
 
For some reason that has not been explained to me, VS.Net can get fouled up when
it tries to look at the network/internet on starting up debug if there are any
software firewalls running that limit outgoing as well as incomming
communication. I found this out the hard way with Zone Alarm, and I would be
willing to bet that it's either that or XP's built-in firewall that's causing
the problem.

Bob
 
Back
Top