VB.Net 2003 Won't Debug on a Laptop

  • Thread starter Thread starter Mark Phillipson
  • Start date Start date
M

Mark Phillipson

Hi,

When I run VB.Net at work while connect to our LAN then everthing works OK.

But when I run VB.Net at home on a VAIO and run a project by selecting
Debug>Start the whole IDE freezes up. If I select Start Without Debugging
then every thing is OK.

I have tried disabling my firewall and virus protection but the IDE still
crashes. I also find that the project files are locked ater the IDE crashes
and I have to log off and on to release the locked files.

Does anyone know what could be the cause of this?

Thanks for your time...

Mark
 
I would start by assuming it's got something to do with the network: possibly
with your domain environment.

Is your computer part of a domain? If you're logging in to a domain at work,
it could be that Windows is trying to verify that you have debugging
rights...

One thing I would try is creating a local user with administrator access,
then logging in as that user. See if it makes any difference.
 
Back
Top