Microsoft .NET Framework Tools
The Microsoft .NET Framework SDK tools are designed to make it easier for you to create, deploy, and manage applications and components that target the common language runtime.
You can run all the tools from the command line with the exception of the Assembly Cache Viewer (Shfusion.dll) and the Microsoft CLR Debugger (DbgCLR.exe). You must access the Assembly Cache Viewer (Shfusion.dll) from Windows Explorer. For information on each of the tools,
see the .NET Framework Tools section in the .NET Framework SDK documentation.
Unless otherwise noted, the tools are located in the SDK's \bin directory.
Configuration and Deployment Tools
Debugging Tools
Security Tools
General Tools
Configuration and Deployment Tools
- Assembly Cache Viewer (Shfusion.dll)
Allows you to view and manipulate the contents of the global assembly cache by using Windows Explorer.
Note: Shfusion.dll can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- Assembly Linker (Al.exe)
Generates a file with an assembly manifest from one or more files that are either resource files or Microsoft intermediate language (MSIL) files.
Note: Al.exe can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- Assembly Registration Tool (Regasm.exe)
Reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Framework classes transparently.
Note: Regasm.exe can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- Assembly Binding Log Viewer (Fuslogvw.exe)
Displays details for failed assembly binds. This information helps you diagnose why the .NET Framework cannot locate an assembly at runtime.
- Global Assembly Cache Tool (Gacutil.exe)
Allows you to view and manipulate the contents of the global assembly cache and download cache. While Shfusion.dll provides similar functionality, you can use Gacutil.exe from build scripts, makefile files, and batch files.
- Installer Tool (Installutil.exe)
Allows you to install and uninstall server resources by executing the installer components of a specified assembly.
Note: Installutil.exe can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- Isolated Storage Tool (Storeadm.exe)
Lists or removes all existing stores for the currently logged-on user.
- Native Image Generator Tool (Ngen.exe)
Creates a native image from a managed assembly and installs it into the native image cache on the local
computer.
Note: Ngen.exe can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- .NET Framework Configuration Tool (Mscorcfg.msc)
Provides a graphical interface for managing .NET Framework security policy and applications that use remoting services. This tool also allows you to manage and configure assemblies in the global assembly cache.
Note: Mscorcfg.msc can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- .NET Services Installation Tool (Regsvcs.exe)
Adds managed classes to Windows 2000 Component Services by loading and registering the assembly and generating, registering, and installing the type library into an existing COM+ 1.0 application.
Note: Regsvcs.exe can be found in "%windir%\Microsoft.NET\Framework\v1.0.xxxx" where xxxx is the build number of the .NET Framework you are using.
- Soapsuds Tool (Soapsuds.exe)
Helps you compile client applications that communicate with XML Web services by using a technique called remoting.
- Type Library Exporter (Tlbexp.exe)
Generates a type library from a common language runtime assembly.
- Type Library Importer (Tlbimp.exe)
Converts the type definitions found within a COM type library into equivalent definitions in managed metadata format.
- Web Services Description Language Tool (Wsdl.exe)
Generates code for XML Web services and XML Web services clients from Web Services Description Language (WSDL) contract files, XML Schema Definition (XSD) schema files, and .discomap discovery documents.
- Web Services Discovery Tool (Disco.exe)
Discovers the URLs of XML Web services located on a Web server, and saves documents related to
each XML Web service on a local disk.
- XML Schema Definition Tool (Xsd.exe)
Generates XML schemas that follow the XML Schema Definition (XSD) language proposed by the World Wide Web Consortium (W3C). This tool generates common language runtime classes and DataSet classes from an XSD schema file.
Debugger Tools
Security Tools
General Tools