How to clear "assembly download cache" on windows xp?

  • Thread starter Thread starter Mats-Erik Grundh
  • Start date Start date
M

Mats-Erik Grundh

How to clear "assembly download cache" on windows xp?

Is it possible to clear the "assembly download cache" (C:\Windows\Assembly\) on a windows xp client?

Thanks in advance!
 
On a client computer there is no gacutil program installed. Is there some
other way to clear the cache?
 
I'm not a 100% sure but if my memory is good on this the download cache is
linked to the IE download cache so clearing the IE download cache
should clear the Assembly download cache.

Chris.

Mats-Erik Grundh said:
On a client computer there is no gacutil program installed. Is there some
other way to clear the cache?
 
No, IE download cache does not clear "assembly download cache".

Christian Boult said:
I'm not a 100% sure but if my memory is good on this the download cache is
linked to the IE download cache so clearing the IE download cache
should clear the Assembly download cache.

Chris.
 
Hi Mats-Erik,

Thanks for your post.

Based on my experience, I believe your client computer must have installed
..NET Framework 1.1 redistributable which does not include the tool
gacutil.exe. While this tool is shipped with other .NET Framework (say,
..NET Framework 1.0 redistributable, .NET Framework 1.1 SDK, etc). To
workaround this problem, I suggest you to manually copy the files
gacutil.exe and gacutil.exe.config (form a system with this tool under .NET
Framework 1.1) to the client computer without them under the directory:

<windows folder>\Microsoft.NET\Framework\v1.1.4322

Please feel free to let me know if you have any problems or concerns.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Thanks Tian!

Yes it will work when copying gacutil.exe and gacutil.exe.config file to the
....1.1.4322 directory and run, i just wondered if there where some other
ways to clear it.

This issue is related to my other post in this newsgroup, which is my main
problem:

Failed to load resources from resource file Pleas check your Setup.
http://groups.google.se/groups?hl=s...-8&selm=#[email protected]


Thanks!
 
Hello Mats-Erik,

Thanks for your reply. I reviewed that thread and one of my colleagues
Felix is currently working on it. I believe that you will get it resolved
soon.

Have a nice day! :)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top