Re: VS2005 - "Attach to Process..." not on Debug Menu




In Attach to Process dialog, use Select button and ensure that the managed debug engine (CLR) is selected
- My choices are to Automatically determine the type of code to debug or
Debug these code typres: Managed, Native, Script, T-SQL.
I had "Automatic" selected. Changed it to Debug|Managed, but it did not help.


OK

After attaching, open Modules window (Debug | Windows | Modules) and check
whether your application's modules have been loaded from the correct location
- The exe file loaded from \bin\release even though I ran InstallUtil from
\bin\debug.

It looks like here is the problem. Try to uninstall the service (installutil /u),
then install it again from the debug directory.

Oleg




.


Loading