You mean DLL's hosting COM objects, which are also registered? Probably the
best way is to recursively parse the registry under HKCU/CLSID. Otherwise,
OleView can show you the list of registered objects and interfaces.
--
John Phillips
MVP - Windows SDK
"Ludwig Zammit" <ludwig.zammit@bov.com> wrote in message
news:092f01c49a5e$cc6b6490$a601280a@phx.gbl...
> Is there a way how to identify all registered dll's on a
> particular machine?
Re: OLEVIEW supplied with VS2008 and x64 ... The error 8002801d "Library Not Registered" literally indicates that there is a problem with the registry information for this object. ... The registry entry may be missing or contain incorrect information, or the user may not have permission to read the registry entry. ... Would you check if the TypeLib and CLSID entries in registry give proper read permissions to the user who runs the oleview?... (microsoft.public.vsnet.general)
Re: UI freezes ... Could you please chack the COM objects "threadingmodel" attribute in the ...registry (or using oleview).... just set the ApartmentState property to STA before ... (microsoft.public.dotnet.languages.csharp)
Re: Remote launch fails with E_ACCESSDENIED ... I have been routinely checking and cleaning AppID and other registry... consistently seems to add these entries and they have not appeared in about ... Look out for tools like OLEVIEW and DCOMCNFG,... (microsoft.public.win32.programmer.ole)
Re: problem with CreateDispatch() ...string value is REGDB_E_CLASSNOTREG. ... I checked system registry and can't find any wrong with ... You can bet that if OLEVIEW reports that the class is not registered, ... (microsoft.public.win32.programmer.ole)
Re: C# app with COM Interface for array of COM structs ... So I have changed the ThreadingModel to be Apartment,... something wrong with the way you are importing the USDA typelib.... so I changed its registry value to Apartment. ... Checked it the oleview - still the struct is defined in the COMdotNET ... (microsoft.public.dotnet.languages.csharp)