c# - Unable to load DLL 'Xeneth.dll' -
i next error message: unable load dll 'xeneth.dll': specified module not found. (exception hresult: 0x8007007e)
although xeneth.dll has been added under references error message on codeline:
xchandle = (uint)dllimports.xc_opencamera(cameraname, statuscallback, intptr.zero); thanks in advance help..!
that error code com error wrapping win32 error code error_mod_not_found. means either xeneth.dll or 1 of dependencies cannot found on dll search path.
you should consult documentation library work out must deployed. usually, , sensibly, unmanaged dlls should placed in same directory executable file. doing ensures located.
if doing not help, may need deal missing dependencies. 1 time again check documentation. need install msvc runtime on dll depends?
if fails might seek using tool dependency walker, , utilize profiling mode seek work out missing. however, suggest start library documentation first. it's best follow , understand instructions.
c# dll
No comments:
Post a Comment