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 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
