Tagged Questions
11
votes
1answer
4k views
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?
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 cache, ...
3
votes
6answers
12k views
Register DLL in GAC without Assembly Manifest
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 ...
2
votes
1answer
3k views
Where does VS 2010 Tools' gacutil.exe install assemblies?
I used the Visual Studio 2010 Command Prompt's gacutil.exe to install an assembly. I expected the assembly to be added to C:\WINDOWS\assemblies, but it was instead added to ...
0
votes
1answer
183 views
gacutil - cannot launch on vista x64
I thought this was a privilege issue but I logged on as admin and still couldn't get more than a brief flash of the command window. I am just double clicking on the exe file I found in the 7.0 sdk
As ...