GAC

  • Thread starter Thread starter Tim Marsden
  • Start date Start date
T

Tim Marsden

Hi,

when I navigate to path C:\Windows\assembly in widows explorer , there is a
sub folder listed in the treeview called downloads. This lists some
assemblies I have created. But I don't now how there got there?

Can somebody cast some light on this for me.

One assembly is a office addin which I do use REGASM / codebase to make
work. The others are dependent assemblies, but not all are listed.

Tim
 
Hi Tim,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know what are the
assemblies in the download sub folder in GAC. If there is any
misunderstanding, please feel free to let me know.

As far as I know, the download sub folder contains the assemblies that were
downloaded by IE. When we are using smart client applications, IE need a
cache to put the temporary assemblies for running the app. Downloads sub
folder is that cache.

We can use gacutil.exe to delete the files in that cache. Type gacutil.exe
/? for more information.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Thanks for the reply

The assemblies do not appear when I do a Gacutil.exe /l
If they are doing no damage then no problem, but I am having trouble with my
app and I am trying to eliminate potential problems.

Tim
 
Hi Tim,

I don't think the assemblies in the GAC download folder will affect your
program's execution.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top