Debug Shell extension dll

  • Thread starter Thread starter Sekhar
  • Start date Start date
Shell extension will "live" in the explorer.exe, so in order to debug it
you'll have to attach to explorer.exe server and specify managed code
debugging...

In VS 7.x Debug->Processes->[select explorer.exe]->Attach->[Select Common
Language Runtime]
 
Back
Top