How do I clean the cache?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have been using FUSLOGVW.exe to inspect bindings - both successful and
not. Yet all the time I see the following:

LOG: Found assembly by looking in the cache

Now, if I wanted to start fresh, how can I empty the cache? At least empty
the cache for my assemblies or certain assemblies?
 
Hi

You may try to tool below.
Global Assembly Cache Tool (Gacutil.exe)
with the option below.
Option Description
/cdl Deletes the contents of the download cache.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/htm
l/cpgrfGlobalAssemblyCacheUtilityGacutilexe.asp

If that is not the case, can you post the whole fuslogvw LOG?

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Peter,

Just one thing, will this command (gacutil.exe /cdl) delete the assemblies
from the GAC also? If so, the I guess I need something less invasive.
 
Hi Juan,

If you still have any concern, please feel free to post here.

Best regards,

Peter Huang
Microsoft Online Partner Support

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