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