Suchergebnisse

Suchergebnisse 1-4 von insgesamt 4.

  • So now its 2015 Today I tried again to use a simple console application from the examples for VS 2010 -> I have added the cebomsr-1.4-x86.dll as reference. So far no problem. Then I have added libusb-1.0-x??.dll in den debug directory since its not possible to add as reference. Still problem "Unable to load DLL 'cebomsr-1.4-x86': Das angegebene Modul wurde nicht gefunden. (Exception from HRESULT: 0x8007007E)" in den CEBO source code... // (c) 2013 Cesys GmbH // Author: Thomas Hoppe using System;…

  • Thank you Thomas for the reply. I have add all mentioned Dlls into the debug folder of the project (there is also the dll - cebomsrnet-1.4.dll). But it still can not find the dlls. I have also tried to add the other mentioned dlls as reference to the project. There am error occured which makes mit thinking weather there is a problem with the dlls. It mentioned "... Please make sure that the file is accessible, and that it is accessible, and that it is a vailid assembly or COM component." I have …

  • In my c# project I have included "cebomsrnet-1.4.dll" and unsed example code provided from CESYS (code see below). The problem is now, that the dll is linked to other dlls which can not be found in my project. I have added to the debug folder the dll required in the following error code. But still it doesnot work. "Unable to load DLL 'cebomsr-1.4-x86': Das angegebene Modul wurde nicht gefunden. (Exception from HRESULT: 0x8007007E)"->Fehler ist aufgetreten in der Klasse SystemConnector. I am not …

  • In meinem Testprojekt habe ich die dll "cebomsrnet-1.4.dll" eingebunden und den Quelltext eines Beispielprogramms (siehe unten). Das Problem ist nun, dass die zusätzlich verlinkte dll (siehe im Fehlertext) nicht gefunden wird. Ich habe diese im Debug verzeichnis ergänzt, hat aber auch nicht geklappt. Fehlertext: "Unable to load DLL 'cebomsr-1.4-x86': Das angegebene Modul wurde nicht gefunden. (Exception from HRESULT: 0x8007007E)"->Fehler ist aufgetreten in der Klasse SystemConnector. Danke für e…