Questions tagged [gac]

5 questions
1
vote
1 answer

ADFS is able to load uninstalled DLL from GAC (global application cache)

I am using gacutil to install / uninstall a .dll file on Windows Server. When I run the sh Register-AdfsAuthenticationProvider -TypeName "MFAadapter.MyAdapter, MFAadapter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d8adf87d2f36ce35,…
anekix
  • 111
  • 5
1
vote
1 answer

Viewing a Server's GAC from another machine using Windows Explorer doesn't see all the DLL's

When I view a Windows Server's GAC (through Internet Explorer) I can see all the dll's that have been registered for the cache. However, when i navigate to the same location from another server, some of the dll's are not visible. Why is that? I have…
Mike T
  • 271
  • 1
  • 4
  • 11
1
vote
1 answer

Problem using psexec to remotely GAC a file

As part of a deployment process I am trying to GAC a series of files. The actual build process occurs on a build server, and I am trying to use psexec to GAC the files on whichever machine has requested the build. The current line I am trying to…
1
vote
1 answer

GAC locking problem when running deployment

We have a NANT script that uses msbuild to compile our visual studio solutions and deploys the .dlls into the GAC. This works well on our integration/test servers as part of continuous integration, cruise control uses the NANT scripts and every time…
Kieran
  • 141
  • 5
0
votes
1 answer

How to add assemblies in a 64-bit machine?

My old cmd-script: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegAsm blabla.dll C:\Windows\Microsoft.NET\Framework\v2.0.50727\GacUtil -i blabla.dll (Which works fine in my old machine.) But now I have a script for a 64-bit machine (Windows…
marko
  • 179
  • 1
  • 3
  • 10