Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gacutil is not included in .NET Framework 1.1 Redistributable?

157 views
Skip to first unread message

None

unread,
Feb 4, 2004, 9:23:46 AM2/4/04
to
gacutil seems to be something that users really need on occasion to clear
the download cache.

Is gacutil included in the Redistributable package or the SDK package? It
really should be in the Redistributable if it is not.


mikeb

unread,
Feb 4, 2004, 12:59:53 PM2/4/04
to

While I agree that gacutil should be part of the runtime package, end
users do already have the capability of managing the GAC through the
.NET Configuration MMC snap-in or using the shell view of \WINDOWS\Assembly.

However, sometimes it's nice to use a command-line tool instead of a GUI.

--
mikeb

None

unread,
Feb 4, 2004, 2:20:43 PM2/4/04
to
Assemblies in the download cache CANNOT be deleted using the shell. They
CAN be deleted from the GAC however. That means that gacutil is the only
way to manage the download cache. I don't know about the .NET Config. MMC
though. Is that installed with .NET Framework Redistributable?

"mikeb" <mailbox...@mailnull.com> wrote in message
news:OXMZyi06...@TK2MSFTNGP11.phx.gbl...

None

unread,
Feb 4, 2004, 3:31:11 PM2/4/04
to
Because "stuff happens", that's why. Besides, why should admin rights be
required to clear a CACHE? It's conceptually equivalent to deleting
content in IE's cache. Does that require admin rights?

"Joseph" <anon...@discussions.microsoft.com> wrote in message
news:A06DA0BD-ECEC-4C39...@microsoft.com...
> why would your end users need this capability? besides that, you would
have to grant each user admin rights to use the tool (NOT desirable) if it
was included.


mikeb

unread,
Feb 4, 2004, 3:51:48 PM2/4/04
to
None wrote:

> Assemblies in the download cache CANNOT be deleted using the shell. They
> CAN be deleted from the GAC however. That means that gacutil is the only
> way to manage the download cache. I don't know about the .NET Config. MMC
> though. Is that installed with .NET Framework Redistributable?

Sorry - I glossed over the bit about the download cache.

The MMC snap-in is installed with the .NET runtime - however, it doesn't
really provide any capabilities over the shell viewer that I know of.
Specifically, it doesn't seem to do anything with the download cache.

If you still want to take a look at it, you can get to it from the Start
Menu:

Programs\Administrative Tools\Microsoft .NET Framework 1.1 Configuration

If you want to write your own utility, the path to the download cache is
specified in:

%USERPROFILE%\Local Settings\Application Data\fusioncache.dat

I don't know where you'd find this file on Win 9x machines that don't
have user profiles set up.

Deleting everything in the directory specified in that file seems to do
the trick on my machine.


>
> "mikeb" <mailbox...@mailnull.com> wrote in message
> news:OXMZyi06...@TK2MSFTNGP11.phx.gbl...
>
>>None wrote:
>>
>>>gacutil seems to be something that users really need on occasion to
>
> clear
>
>>>the download cache.
>>>
>>>Is gacutil included in the Redistributable package or the SDK package?
>
> It
>
>>>really should be in the Redistributable if it is not.
>>>
>>>
>>
>>While I agree that gacutil should be part of the runtime package, end
>>users do already have the capability of managing the GAC through the
>>.NET Configuration MMC snap-in or using the shell view of
>
> \WINDOWS\Assembly.
>
>>However, sometimes it's nice to use a command-line tool instead of a GUI.
>>
>>--
>>mikeb
>
>
>


--
mikeb

0 new messages