LegacyWrapper
LegacyWrapper copied to clipboard
LegacyWrapper64.exe is not working
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.
Can you try to attach a debugger to LegacyWrapper.exe? You should at least see an exception then.
Please try the new version 3.0 and have a look if the issue persists.