LegacyWrapper icon indicating copy to clipboard operation
LegacyWrapper copied to clipboard

LegacyWrapper64.exe is not working

Open nbadal2111 opened this issue 6 years ago • 2 comments

When I am using this , using (var client = new WrapperClient(_isfDllPath, TargetArchitecture.Amd64)) { fileHandle = (uint)client.Invoke<LoadItemStoreA>("LoadItemStoreA", new object[] { FileName }); } My application just got stuck. Nothing is happening. I cannot able to debug. As on the new WrapperClient, it just stuck. Please can you suggest us, what to do for this.

nbadal2111 avatar Jan 23 '19 13:01 nbadal2111

Can you try to attach a debugger to LegacyWrapper.exe? You should at least see an exception then.

zalintyre avatar Jan 30 '19 11:01 zalintyre

Please try the new version 3.0 and have a look if the issue persists.

zalintyre avatar Feb 03 '19 15:02 zalintyre