PC Review


Reply
Thread Tools Rate Thread

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

 
 
Mats-Erik Grundh
Guest
Posts: n/a
 
      10th Feb 2004
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!

 
Reply With Quote
 
 
 
 
Mattias Sjögren
Guest
Posts: n/a
 
      10th Feb 2004
Mats-Erik,

If Gacutil.exe is on the machine you can run

Gacutil /cdl



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
 
Reply With Quote
 
Mats-Erik Grundh
Guest
Posts: n/a
 
      10th Feb 2004
On a client computer there is no gacutil program installed. Is there some
other way to clear the cache?

"Mattias Sjögren" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Mats-Erik,
>
> If Gacutil.exe is on the machine you can run
>
> Gacutil /cdl
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> Please reply only to the newsgroup.



 
Reply With Quote
 
Christian Boult
Guest
Posts: n/a
 
      10th Feb 2004
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On a client computer there is no gacutil program installed. Is there some
> other way to clear the cache?
>
> "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Mats-Erik,
> >
> > If Gacutil.exe is on the machine you can run
> >
> > Gacutil /cdl
> >
> >
> >
> > Mattias
> >
> > --
> > Mattias Sjögren [MVP] mattias @ mvps.org
> > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> > Please reply only to the newsgroup.

>
>



 
Reply With Quote
 
Mats-Erik Grundh
Guest
Posts: n/a
 
      10th Feb 2004
No, IE download cache does not clear "assembly download cache".

"Christian Boult" <(E-Mail Removed)> wrote in message
news:%23H3RiR%(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > On a client computer there is no gacutil program installed. Is there

some
> > other way to clear the cache?
> >
> > "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Mats-Erik,
> > >
> > > If Gacutil.exe is on the machine you can run
> > >
> > > Gacutil /cdl
> > >
> > >
> > >
> > > Mattias
> > >
> > > --
> > > Mattias Sjögren [MVP] mattias @ mvps.org
> > > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> > > Please reply only to the newsgroup.

> >
> >

>
>



 
Reply With Quote
 
Christian Boult
Guest
Posts: n/a
 
      10th Feb 2004
Actually I think it goes 2 places, the Internet explorer download cache and
then it installs it in the Assembly download cache.
So yup I guess clearing IE cache will only clean up one the two, so i guess
you gotta use Gacutil.

http://msdn.microsoft.com/msdnmag/is...s/default.aspx

Chris.

"Mats-Erik Grundh" <(E-Mail Removed)> wrote in message
news:%23z36ge%(E-Mail Removed)...
> No, IE download cache does not clear "assembly download cache".
>
> "Christian Boult" <(E-Mail Removed)> wrote in message
> news:%23H3RiR%(E-Mail Removed)...
> > 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" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > On a client computer there is no gacutil program installed. Is there

> some
> > > other way to clear the cache?
> > >
> > > "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Mats-Erik,
> > > >
> > > > If Gacutil.exe is on the machine you can run
> > > >
> > > > Gacutil /cdl
> > > >
> > > >
> > > >
> > > > Mattias
> > > >
> > > > --
> > > > Mattias Sjögren [MVP] mattias @ mvps.org
> > > > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
> > > > Please reply only to the newsgroup.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
mikeb
Guest
Posts: n/a
 
      11th Feb 2004
Mats-Erik Grundh wrote:

> On a client computer there is no gacutil program installed. Is there some
> other way to clear the cache?


Look at this message:


http://groups.google.com/groups?hl=e...TNGP11.phx.gbl


>
> "Mattias Sjögren" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>Mats-Erik,
>>
>>If Gacutil.exe is on the machine you can run
>>
>>Gacutil /cdl
>>
>>
>>
>>Mattias
>>
>>--
>>Mattias Sjögren [MVP] mattias @ mvps.org
>>http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
>>Please reply only to the newsgroup.

>
>
>



--
mikeb
 
Reply With Quote
 
Tian Min Huang
Guest
Posts: n/a
 
      11th Feb 2004
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.

 
Reply With Quote
 
Mats-Erik Grundh
Guest
Posts: n/a
 
      11th Feb 2004
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=sv...TNGP10.phx.gbl


Thanks!

"Tian Min Huang" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>



 
Reply With Quote
 
Tian Min Huang
Guest
Posts: n/a
 
      12th Feb 2004
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.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error message,"Windows cannot clear ARP cache" =?Utf-8?B?Umlja3lnc3RyaW5n?= Windows XP Help 6 24th Feb 2009 08:05 AM
Assembly Download Cache - Not Working "As Advertised" jonathan.beckett@gmail.com Microsoft Dot NET Framework Forms 1 5th Dec 2006 07:36 PM
Deployment, keep getting: "file cannot be shared in Global Assembly Cache folder" Oleg Ogurok Microsoft Dot NET 0 1st Sep 2004 06:05 PM
Stopped by "The download location information is damaged. Please clear your Internet Explorer browser cache and retry Setup." =?Utf-8?B?VmlvbGV0?= Windows XP Internet Explorer 2 9th Jun 2004 10:23 AM
clear the assembly's download cache after a No-touch deployment Frasse Microsoft Dot NET 3 22nd Apr 2004 10:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:26 PM.