Mittwoch, 12. April 2006

Use Windows Explorer to copy Debug Symblos to the GAC

For those of you debugging GACed assemblies like me, you know its a little bit painfull to copy the debug symbols to it.

You should write a batch file for that purpose, but you have to go to the command prompt and type in the directory names and the mark and copy it.

To save a few key strokes, use the good old subst dos command.

  1. first type subst g: c:\windows\assembly
  2. the use the windows explorer and navigate to the g: drive
  3. and volia, you can click through the gac

Keine Kommentare: