Archived Forum Post

Index of archived forum posts

Question:

Error 0x80040154 when trying to run prog with Chilkat on other PC

Jun 16 '17 at 15:47

Hi,

I'm trying to run a programm using on a other pc (not compiled on this machine) and I always getting error 0x80040154 (REGDB_E_CLASSNOTREG)! When I rename the ChilkatDotNet45.dll I'm getting file not found! Does somebody know how to register the .net dll? Running on x64 PC, solution is x86!

Thx!

Michael


Answer

A .NET assembly is not registered like an ActiveX (it is not registered at all). Only ActiveX DLLs are registered using regsvr32.


Answer

Ok thx I know it but why did I get this error? I'm using the .net version of chilkat! Strange error...