
scope of this book), and Global Assembly Cache
(Gacutil.exe). To access these tools, you need to either navi-
gate to the appropriate directory in the .NET Framework or
set your path to include the directory so that you can run these
commands from anywhere on the command line. For exam-
ple, if you’re running Framework 3.5, the typical command
would be (include the quotes because of the spaces in the
name):
"C:\Program Files\Microsoft Visual Studio .NET
2005\SDK\v1.1\Bin\ILDASM.exe"
Microsoft provides a batch file to set the PATH to include the
Framework SDK directory. The batch file opens a DOS con-
sole, sets the path for that window only, and closes ...