Groups | Blog | Home
all groups > dotnet general > october 2004 >

dotnet general : GAC


Tim Marsden
10/27/2004 10:09:35 PM
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

v-kevy NO[at]SPAM online.microsoft.com
10/28/2004 2:08:55 AM
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."
Tim Marsden
10/28/2004 10:00:17 AM
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


[quoted text, click to view]

v-kevy NO[at]SPAM online.microsoft.com
10/29/2004 2:59:00 AM
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."
AddThis Social Bookmark Button