gacutil

Assembly from GAC is not listed in Monodevelop's Edit References dialog

扶醉桌前 提交于 2019-12-10 17:19:09
问题 I am trying to port a small console application from Windows/.NET to Ubuntu/Mono. I have problems to add a reference to the mono version of NLog, which I added to the GAC. Adding NLog.dll to the assembly was confirmed: Installed NLog.dll into the gac (/usr/lib/mono/gac) I also find it in the GAC under: /usr/lib/mono/gac/NLog/2.0.0.0__5120e14c03d0593c First I thought that it was due to my umask 027. But I changed files to 644 and directories to 755. The problem persists. I am working with:

how can I manually install the Office 2007 PIAs on a computer with no Office installed?

末鹿安然 提交于 2019-12-10 15:45:43
问题 I have seen a few other questions regarding the Office 2007 PIAs, in particular: Can you install Office 2007 PIA's without office? (3) Is Office 2007 PIA deployment possible without Office 2007? This question is different. In my experience, it is not possible to install Office 2007 PIAs when Office 2007 is not already installed on the machine. I run the MSI, it displays a dialog for about 5-7 seconds saying "Please Wait while Windows configures Office 2007 Primary Interop Assemblies..." and

Where is gacutil.exe in Windows 10?

僤鯓⒐⒋嵵緔 提交于 2019-12-10 01:43:20
问题 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 SDK subdirectories C:\Windows\Microsoft.NET subdirectories C:\Windows\System32 C:\Windows\SysWOW64 C:\Program Files\Reference Assemblies subdirectories C:\Program Files (x86)\Reference Assemblies subdirectories Don't come tell me it's a duplicate, please. The other answers don't actually answer my

Why is my assembly not visible in “Add Reference > .Net” when installed to the GAC?

≯℡__Kan透↙ 提交于 2019-12-05 16:12:33
问题 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 (R) .NET Framework Strong Name Utility Version 4.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved. Key pair written to Awesome.snk C:\MyApps\Awesome\Awesome\Awesome\bin\Release>gacutil /i Awesome.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1 Copyright (c)

GACUtil “Assembly successfully added to the cache” but “Number of items = 0”

邮差的信 提交于 2019-12-05 00:43:00
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 ? try with gacutil –l myAssembly donot add .dll at last.So if the dll is registered in GAC it will display Number of items = 1 http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx Silly reason, really, but it took me what felt like hours to fix and is not really something you want to have to deal with when you’re in the middle of trying to figure out a complex problem. To add the assembly to the GAC you need to specify

Add Reference in Framework 4 Application is not showing assemblies in GAC registered with GACUtil V 4

回眸只為那壹抹淺笑 提交于 2019-12-04 20:50:00
I've registered a dll in my local GAC using the GACUtil which comes with VS2010 (version 4ish) I can perform gacutil /l xxx and it finds the dll I am aware from various other posts that Framework 4 has it's own GAC and sure enough the file can be located in the directories within C:\WINDOWS\Microsoft.NET\assembly The problem for me, is that the .NET tab on the Add Reference dialogbox does not show my "GAC'ed" assembly. I've made sure that the projects properties are using the same version of the 4.0 framework, but I am currently at a loss. Has anyone else had this problem? Cheers in advance

What gacutil.exe should I use?

霸气de小男生 提交于 2019-12-04 18:42:40
问题 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\Windows\v6.0A\Bin\x64 c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64 c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\x64 Questions are: Does

I can install via gacutil, but not uninstall the same dll

…衆ロ難τιáo~ 提交于 2019-12-04 00:16:13
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.Exceptions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=925c8734ae397609, processorArchitecture=MSIL Then I wanted to uninstall it. gacutil.exe /u SI.ArchiveService.CommonLogic.Exceptions.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 3.5.30729.1 Copyright (c) Microsoft Corporation. All rights reserved. No assemblies found matching: SI.ArchiveService.CommonLogic.Exceptions.dll Number of

Why is my assembly not visible in “Add Reference > .Net” when installed to the GAC?

老子叫甜甜 提交于 2019-12-04 00:10:19
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 (R) .NET Framework Strong Name Utility Version 4.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved. Key pair written to Awesome.snk C:\MyApps\Awesome\Awesome\Awesome\bin\Release>gacutil /i Awesome.dll Microsoft (R) .NET Global Assembly Cache Utility. Version 4.0.30319.1 Copyright (c) Microsoft Corporation. All rights reserved. Assembly successfully added to the cache C:\MyApps\Awesome

What gacutil.exe should I use?

强颜欢笑 提交于 2019-12-03 12:10:19
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\Windows\v6.0A\Bin\x64 c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\x64 c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools c:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\x64 Questions are: Does x64 versions have any difference in behaviour? Should I prefer v7.0A versions other v6.0A ? Should I