K
Kevin G. Merrill
I have been looking into making a common GAC for my
developers to use. This has come up since in our app we
are needing to share many common components among many
apps. I have found some info as far as modifying a REG Key
to point to a network drive for the GAC :
HKLM\Software\Microsoft\Fusion CacheLocation REG_SZ
@:\...\...Supposedly .NET will create a
subfolder "Assembly" in this location. Next I was to xcopy
the contents of the C:\Windows\Assembly folder(all the
GAC .dll's). I did all these steps and restarted the
machine and when it came up none of the .dll's were
visible in either folder location so it seems that some
settings need to be tweaked "Shell Namespace Extension"
viewer would be able to list the contents. I couldn't find
what and where though. Any ideas?
developers to use. This has come up since in our app we
are needing to share many common components among many
apps. I have found some info as far as modifying a REG Key
to point to a network drive for the GAC :
HKLM\Software\Microsoft\Fusion CacheLocation REG_SZ
@:\...\...Supposedly .NET will create a
subfolder "Assembly" in this location. Next I was to xcopy
the contents of the C:\Windows\Assembly folder(all the
GAC .dll's). I did all these steps and restarted the
machine and when it came up none of the .dll's were
visible in either folder location so it seems that some
settings need to be tweaked "Shell Namespace Extension"
viewer would be able to list the contents. I couldn't find
what and where though. Any ideas?