问题标签 [gacutil]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
12341 浏览

.net - 在 Vista 中向 GAC 注册多个程序集

我有一个完整的 dll 目录,我需要向 GAC 注册。我想避免显式注册每个文件 - 但 gacutil 似乎没有“注册目录”选项。有人有快速/简单的解决方案吗?

0 投票
1 回答
2517 浏览

visual-studio-2005 - 调用 gacutil 的 Visual Studio 构建后脚本错误

我在 vista 上,VS2005 以管理员身份运行。vs2005 和 vs2008 都安装了。如果我明确使用 gacutil 的路径,它可以工作,但如果我只像这样调用 gacutil 则不行:

我只想更新构建后的脚本,但我被要求不要管它。这是一个姐妹公司的项目。gacutil 的路径在 Visual Studio 环境变量中,所以它应该能够找到它。(工具 -> 选项 -> 项目和解决方案 -> VC++ 目录)

是否有某种方法可以调整 Visual Studio 或 Windows 环境变量以使上述构建后脚本正常工作?我需要它来构建,因为它是我需要编码的项目的依赖项。

TIA,-j

0 投票
6 回答
23991 浏览

windows - 在没有程序集清单的 GAC 中注册 DLL

我有一个想要在 GAC 注册的 DLL。我输入命令:

我得到了错误:

p>

我只有DLL。有没有办法创建/伪造/绕过它?

对于那些感兴趣的人,我正在尝试从 VHD 中提取 Visual Studio 2010 和 .NET 4.0 CTP 并在我的物理机上运行它。作为旁注,是否尝试过此操作?

0 投票
7 回答
29389 浏览

powershell - 使用 Powershell 在 Gac 中注册文件

是否有一种简单的方法可以在 PowerShell(我想使用 gacutil.exe)中从文本文档中读取路径\程序集并将其注册到 GAC 中?例如,一个 .txt 文件看起来像:

PowerShell 脚本会将其读入流中,然后在找到的每个程序集上运行 gacutil?我想它会是这样的:

0 投票
3 回答
12931 浏览

gacutil - Gacutil 与 2008 年对比的位置

我想运行一个在 gac 中安装 dll 的构建后脚本,但我必须使用 gacutil.exe 的完整路径,我在哪里可以找到这个?我有视觉工作室 2008

0 投票
3 回答
2149 浏览

c# - NGen 和 Gacutil 最佳实践

我一直在开发一个 WinForms 应用程序,它有大约 5 个引用的程序集 - 由我们编写,大约 8 个第三方引用的程序集(我们不希望将来更新它们,除非出现严重错误 - Infragistics/DevExpress 组件! )。

我们的启动时间在冷启动时有点太长了,我想知道是否将它们添加到 Gac 并对其进行更新是否是要走的路。

当我们安装到 NGen 缓存中时,它是否也需要在 gac 中?两者之间有什么联系?我应该瞄准哪个?我们有一个 exe,我会做一个 ILMerge,但我不确定这是否适用于我们的场景 - 长篇大论。

此外,是否有可能获得我的 exe 占用了多少内存 - 就像 Java 应用程序一样(比如 Netbeans!)

0 投票
5 回答
32866 浏览

visual-studio-2010 - Assembly installed into the GAC not showing up in Visual Studio

This sounds related to this question, but they aren't the same thing. That question had no assemblies showing up. Mine has everything except the specific one I installed.

I'm hoping someone has a solution to this... am I doing something wrong? Or did I find some bug in VS?

I am using Visual Studio 2010 Professional Beta 2 on Windows 7 Ultimate. I just downloaded Rhino Mocks and decided to install it into the GAC using the command-line utility GACUTIL. I then rebooted.

Here you can see the assembly in my GAC (click to enlarge):

alt text

And here is the list of assemblies available to me in Visual Studio:

alt text

Here is the command prompt where I installed it, and then confirmed it:

0 投票
2 回答
31592 浏览

gacutil - gacutil.exe的两个位置

我正在 64 位 Windows 2008 R2 Server 上开发。我正在学习如何使用 gacutil.exe 我找到了这个文件的两个副本:

我在 VS2007 中构建了一个 dll,然后我添加了一个构建发布事件,它调用 gacutil.exe 将 dll 传输到 GAC。我使用哪个 gacutil.exe 重要吗?

0 投票
3 回答
22146 浏览

.net - 无法从 GAC 卸载程序集?

我无法从 GAC 卸载程序集 (log4net.dll)。它给出了以下错误。

“一个或多个应用程序需要组装”。

但是,如果我使用 ProcessExplorer 搜索程序集,什么都没有出现?如何从 GAC 中删除此程序集?

0 投票
1 回答
243 浏览

windows - gacutil - 无法在 vista x64 上启动

我认为这是一个特权问题,但我以管理员身份登录,但仍然无法获得命令窗口的短暂闪烁。我只是双击我在 7.0 sdk 中找到的 exe 文件

作为一个附带问题,您可以手动进入 GAC 并删除某些内容吗?

干杯,
贝里尔