Greetings,
I have an error when start debugging an application "Retrieving the COM class factory for component with CLSID {00853A19-BD51-419B-9269-2DABE57EB61F} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."
I'm using a DLL "Interop.zkemkeeper.dll" in my application it was working fine on windows 7 32Bit but when I moved to windows 8 64Bit and tried to run the application the above error appeared to me. I did many search and I did many steps
Project Name -> Right-Click -> Properties -> Build tab -> changed the following Configuration "Active (Release)" Platform "Active (x86)" and Platform target to "x86"
Project Name -> Right-Click -> Properties -> Debug tab -> changed the following Configuration "Active (Release)" Platform "Active (x86)"
I used the regasm located in C:\Windows\Microsoft.NET\Framework64\v4.0.30319 trying to register the DLL it worked fine but with no benefit :(, however, it gave me errors too at the beginning of attempts
I used the regsvr32 located in C:Windows\SysWOW64 but it gave me an error "DllRegisterServer entry point was not found"
What I have to do I'm running Windows 8 64Bit & Visual Studio 2010