Question:
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
A .NET assembly is not registered like an ActiveX (it is not registered at all). Only ActiveX DLLs are registered using regsvr32.
Ok thx I know it but why did I get this error? I'm using the .net version of chilkat! Strange error...