tlbinf32.dll in a 64bits .Net application
问题 It seems there is no 64 bits version of tlbinf32.dll , this (old) COM DLL is used to extract informations of COM components. (see this SO answer ) I need to access it from a 64 bits C# application. I did not manage to host it into a separate surrogate process, I'm still obtaining the exception REGDB_E_CLASSNOTREG . My code works for x86 platforms but I have to implement it also for 64 bits. Can any one help me by providing a step by step procedure to launch it into a surrogate ( Dllhost ) -