Hi,
I am trying to get a C# app to call a Netexpress Cobol DLL. I have changed the dir in the C# to point at where the DLL is, but still when I run the C#, I and get the point that it calls the cobol, I get:
Unable to load DLL 'C:\MPIUADEV\MPIUA\DEV\COBOL\mbaprate.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
which I take to mean that the DLL can't be found. I also added C:\MPIUADEV\MPIUA\DEV\COBOL to the path.
I am wondering if I created the DLL incorrectly.