VB2010 Express & K8055N

Dear all,

I bought a K8055N last week and everything works well: installation of platine, first test with provided software,… :slight_smile:

But now I want to adapt deno-program with VB2010 Express. Therefore I tried to go through by debugging. Following error message is appearing:
[ul][color=#FF0000]Fehler beim Erstellen des Formulars. Weitere Informationen finden Sie in Exception.InnerException. Fehler: Die DLL “k8055d.dll”: Das angegebene Modul wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007E) kann nicht geladen werden…[/color][/ul]

I have copied K8055D.DLL in windows/system32-folder and in project folder, but it seems that dll still could not be found.

Thanks in advance for your support ! :slight_smile:

Best regards from Germany
Sebastian

Perhaps the error message is deceptive and indicates that you are trying to load a 32-bit dll into a 64-bit application, which does not work.

In the 64-bit system please put the 32-bit DLL k8055d.dll to the Windows’ subfolder SysWOW64.

Please see this thread for more info:
viewtopic.php?f=3&t=5363

To get even more info you may search HRESULT: 0x8007007E from this forum.

Great - it works ! Thanks a lot for quick and correct support !!!