2
votes
5answers
2k 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 …
3
votes
3answers
236 views
NGen and Gacutil best practices
Hi there,
This is my first post, so please forgive me if this isn't written well.
I've been working on a WinForms application which has about 5 referenced assemblies - written by us, and about 8 …
2
votes
3answers
563 views
Location of Gacutil with vs 2008
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
0
votes
3answers
617 views
Using Powershell to Register a file in the Gac
Is there a simpe 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:
…
1
vote
2answers
669 views
Register Multiple Assemblies to the GAC in Vista
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 …
0
votes
2answers
976 views
visual studio post-build script error calling gacutil.
I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this:
if NOT …
