Windows Vista Beta | WinVistaBeta.com - Message | Debugger automatially starts when switching between files in VS 2005

October 06, 2008  
Subject: Debugger automatially starts when switching between files in VS 2005
Group: microsoft.public.vstudio.general
Date: 5/30/2008 9:25:37 AM
From: "Tom P." [Email Address Protection]

I'm using VS 2005 and my "My Documents" is on a network drive. I'm
writting a service. When I try to debug a multi-project solution I get
an error regarding not being able to run because it's not a fully
trusted domain. I've got no problem with that, I expected it.

However, when I switch from one open file to another, either using the
tabs at the top of the IDE or ctrl-Tab I will eventually start the
debugger. I've no idea why and it does not give me an error regarding
the code being run from a fully trusted location. I'm not entirely
sure any code is being executed, simply that the debugger is started
and I have to stop it in order to edit the files.

Has this happened to anyone? Any ideas on what could be happeneing?

Any help would be appreciated this is getting annoying.

Tom P.

Back