wyUpdate runs on built exe in debugger

I'm sure this is a simple fix, but I am not sure how. When I run my VB.net project in VS2010 in the debugger, it checks for updates automatically. Or if I click check for updates. The next time I run the debugger, wyUpdater runs and downloads the latest exe from the web and tries to kill my debugger process. Is there a simple IsDebuggerAttached check I shouldbe doing to prevent this? Thanks,

EricPin3

Hey Eric,

You're talking about the *.vshost.exe process, correct? You can disable this process (so wyUpdate doesn't see it) by unchecking the "Enable the Visual Studio hosting process" option in the Debug panel in your project settings:

[attachment=0]disable-hosting-process.png[/attachment]