I used to micromanage my registry, back when it was consuming valueable
space in the paged pool...  as of XP, the registry is mapped in chunks, just
like any other file (or database, for that matter).

http://support.microsoft.com/default.aspx?scid=292726

These days, I don't notice regclean-esque tools adding any perf to my
system.  If I were you, I wouldn't worry about it anymore, unless you're
really in the regular habit of registering COM objects and then deleting
their implementations... like, numbering in the thousands.

Cheers,
-Shawn
http://www.windojitsu.com/


-----Original Message-----
From: Paul Stevens [mailto:[EMAIL PROTECTED]
Sent: Friday, January 16, 2004 06:41
Subject: Re: Registry cleaning in the .NET era

I haven't tried it but you might want to have a look at Microsoft's
Regclean.exe app

-----Original Message-----
From: Andy Voelkel [mailto:[EMAIL PROTECTED]
Sent: 15 January 2004 07:44
To: [EMAIL PROTECTED]
Subject: [ADVANCED-DOTNET] Registry cleaning in the .NET era

(I asked the following question on DOTNET-CLR, but got no answer. If it is
too basic, I apologize.)

I have traditionally used a tool called OLECLEAN to remove stale COM
registry entries that have been added during development and debugging.
Unfortunately, this tool doesn't seem to work with .NET components that
expose COM interfaces. Presumably, this is because the InprocServer32 value
is set to "mscoree.dll", unlike a traditional COM component. So it always
looks like the stale entry is valid, even if the actual .NET assembly is not
present.

What can I use clean up my registry and remove references to non-existent
.NET based COM components?

Thanks for any help!

- Andy Voelkel

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

****************************************************************************
**********************************************
Everything in this e-mail and attachments relating to the official business
of MultiChoice Africa is proprietary to
the company. Any view or opinion expressed in this message may be the view
of the individual and should not automatically
be ascribed to the company.  If you are not the intended recipient, you may
not peruse, use, disseminate, distribute or
copy this message. If you have received this message in error, please notify
the sender immediately by email, facsimile
or telephone and destroy the original message.
****************************************************************************
**********************************************

===================================
This list is hosted by DevelopMentorR  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 26 Jan 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to