gacutil Questions

5

Solved

I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error. I am wondering whe...
Stung asked 3/8, 2010 at 14:26

4

Solved

I've got a whole directory of dll's I need to register to the GAC. I'd like to avoid registering each file explicitly- but it appears that gacutil has no "register directory" option. Anyone have a ...
Catenary asked 29/8, 2008 at 18:50

5

Solved

I've got Windows 10 Pro 64 bit, Microsoft Visual Studio 2015 and the full Windows 10 SDK package but I'm not able to find gacutil.exe in: Microsoft Visual Studio 2015 subdirectories Windows 10 SD...
Varioloid asked 5/11, 2016 at 3:52

3

Solved

I am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving following error. "Assembly is required by one or more applications". However if I search the Assembly using ProcessExpl...
Suffruticose asked 15/3, 2010 at 13:13

2

Solved

I've been searching for a while trying to understand this better, but am not finding any straight-forward answers on this. I have a component that I need to add to the GAC. I'm running Windows 7 6...
Prefrontal asked 28/6, 2011 at 14:1

3

Solved

I'm running GacUtil.exe from within Visual Studio Command Prompt 2010 to register a dll (CatalogPromotion.dll) to the GAC. After running the utility, it says Assembly Successfully added to the cach...
Stadtholder asked 16/6, 2010 at 14:40

4

Solved

I want an administrator to register some DLLs for me, but he would probably prefer not to install the whole SDK. Can he just install gacutil.exe? If so, where can he get it? Do I just email the g...
Haemophilia asked 6/4, 2011 at 20:25

5

Solved

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 ...
Stolid asked 1/1, 2010 at 1:49

4

Solved

I have installed a DLL using the gacutil. gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll Using the gacutil /l shows that it is indeed installed. SI.ArchiveService.CommonLogic.Excep...
Retrogression asked 25/3, 2011 at 10:48

6

I am trying to register and assembly in the GAC on a post-build event. Here's my post-build command "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\x64\gacutil.exe" /if "$...
Indomitability asked 11/7, 2011 at 20:38

3

Solved

Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into the GAC: C:\MyApps\Awesome\Awesome\Awesome\bin\Release>sn -k Awesome.snk Microsoft...
Gertiegertrud asked 25/2, 2011 at 3:10

3

Solved

So, on a Win 2008 R2 Std x64, I have 6 (six) gacutil.exe all different (not counting ones in VS folders), in: c:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin c:\Program Files\Microsoft SDKs\Wind...
Timbered asked 27/3, 2012 at 11:53

3

Solved

I want to run a post build script that installs the dll in the gac, but i have to use the full path to gacutil.exe, where can i find this? i have visual studio 2008
Pauli asked 19/5, 2009 at 22:1

3

Solved

I am trying to install a .dll refrence to use it in my code, but i am having issues using the gacutil. Would anyone be able to help me with the format of this? I have tried using http://msdn.micro...
Proselytize asked 10/10, 2013 at 13:40

7

Solved

Is there a simple way to in PowerShell (I imagine using gacutil.exe) to read from a text document a path\assembly and register it in the GAC? So for example a .txt file that looks like: c:\test\my...
Nesto asked 24/3, 2009 at 20:12

4

i've made an assembly in the .net framework that I intend to publish to the GAC but I can't find the gacutil utlity. I've been googling a while and I've found a lot of suggestions, but nothing wor...
Flame asked 3/8, 2011 at 10:26

1

Solved

I recently started making my first GAC Assembly for 4.0 from scratch and when I went to install it I got this: Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Mi...
Pontine asked 17/4, 2012 at 18:24

2

Solved

MSDN states that gacutil.exe is not safe to use for production servers. Is there a legitimate reason for this or is Microsoft just practicing a little CYA? Is this warning safe to ignore? Or should...
Negate asked 27/1, 2012 at 18:59

6

Solved

I have a DLL I wish to register with my GAC. I enter the command: gacutil /i c:\temp\msvcr100.dll and I get the error: Failure adding assembly to the cache: The module was expected to contain an...
Shiri asked 12/3, 2009 at 0:3

2

Solved

Why, when I run: gacutil –i myAssembly.dll do I get: Assembly successfully added to the cache But then when I run: gacutil –l myAssembly.dll I get Number of items = 0 ?
Chamfron asked 3/8, 2010 at 6:12

1

Solved

I'm trying to add a .NET 4.0 .dll to the GAC. I am attempting to do this because it is published by a 3rd party company as both a 32 and 64bit .dll which I must use from different apps on different...
Mere asked 23/6, 2010 at 19:47

3

I've been working on a WinForms application which has about 5 referenced assemblies - written by us, and about 8 referenced assemblies by third parties (we wont be hoping to update them in the futu...
Beneficent asked 25/6, 2009 at 4:32
1

© 2022 - 2024 — McMap. All rights reserved.