全局程序集缓存工具使你可以查看和操作全局程序集缓存和下载缓存的内容. 此工具会自动随 Visual Studio 一起安装. 若要运行此工具,请使用开发人员命令提示(或 Windows 7 中的 Visual Studio 命令提示). 使用方法如下: 方法1: (1).开始菜单->Microsoft Visual Studio 2010 ->Visual Studio Tools->Visual Studio Command Prompt (2010) 命令提示,在控制台中输入 gac…
全局程序集缓存工具使您可以查看和操作全局程序集缓存和下载缓存的内容. 安装 Visual Studio 和 Windows SDK 时会自动安装此工具. 要运行工具,我们建议您使用 Visual Studio 命令提示符或 Windows SDK 命令提示符(也称 CMD Shell). 您可以使用这些实用程序轻松运行工具,而不需要导航到安装文件夹. 有关更多信息,请参见 Visual Studio 和 Windows SDK 命令提示. 如果您的计算机上已安装了 Visual Studio:在…
What are regsvr32, regasm and gacutil using for? Regasm.exe is used to create COM Callable Wrapper (CCW) around .NET assemblies. So to register an unmanaged DLL you can use regsvr32.exe. Gacutil tool allows you to view and manipulate the contents of…