Viewing GAC on another machine?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to view the GAC on another computer in a network? I've need to
be able view what has been deployed and what hasn't.

Thanks
 
Is there a way to view the GAC on another computer in a network? I've need to
be able view what has been deployed and what hasn't.

You can just list the content of the %WINDIR%\assembly directory.
You'll not get the nice view that the shell extension for the local
GAC shows you (or what Gacutil prints out) but it will at least give
you an idea of what's installed.


Mattias
 
Back
Top