Zkemkeeper assembly adding

Analyst_SQL 3,551 Reputation points
2021-07-28T16:07:04.653+00:00

I am facing error ,when i am adding assembly of Zkemkeeper,

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 tried and follow all link which provided in different forums ,but issue not resolve. also register assembly using regsvr32.exe,but error is not going.....

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,273 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,066 Reputation points
    2021-07-29T02:34:30.117+00:00

    Hi @Analyst_SQL ,
    You must register zkemkeeper in every computer that will use your program, not just in the development environment.

    To register the zkemkeeper dll in both development and deployment computers, follow the steps provided in the solution of this post: Error when inserting finger print data into database table. When registering in deployment computers, avoid the steps related with the Visual Studio.

    You should also take a look to this document, it provides useful information to understand how zkemkeeper works: COM Class Objects and CLSIDs.

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.