Register comdlg32.dll gets Regsvr32: DllRegisterServer entry point was not found
I have Windows 7, 64-bit. I'm trying to register a .dll (comdlg32.dll) using regsvr32. But I get an error that says the dll is read but the DLLRegistryServer entry point is not found. I have run the command under both System32 and SysWOW64 and I have run my commands with "Run As Administrator". My old MSComDlg.CommonDialog component is no longer working with 64-bit. Run this command: dumpbin /exports comdlg32.dll You'll likely see that comdlg32.dll doesn't contain a DllRegisterServer method. Hence RegSvr32.exe won't work. That's your answer. ComDlg32.dll is a a system component. (exists in