covillia

Results 4 comments of covillia

I'm not sure I understand what is happening. I'm having the same error message. I call the path directly i.e. "C:\\Blah\\Blahblah\\Dis.dll" Do you mean check the securtiy permissions inthe context...

[LegacyDllImport("C:\\CNCWorkbench\\Control\\CAN\\CanApi.dll")] public interface IselImport : IDisposable { [LegacyDllMethod(CallingConvention = CallingConvention.Winapi)] uint mctl_Initialize([MarshalAs(UnmanagedType.LPStr)] string szInitFile); uint mctl_Exit(); uint mctl_Reset(); uint mctl_Reference(uint dwAxis); uint mctl_GetStatus(ref MCTLSTATUS lpMCTLStatus, uint dwSize); uint mctl_GetAxisStatus(ref AXISSTATUS...

It's the same error. "The System cannot find the file specified."

> Full Control permision on all folders and files on the Application path an the API path. Running as administrator on the application. Is there any other way you can...