You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am using this ,
using (var client = new WrapperClient(_isfDllPath, TargetArchitecture.Amd64))
{
fileHandle = (uint)client.Invoke("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.
The text was updated successfully, but these errors were encountered:
When I am using this ,
using (var client = new WrapperClient(_isfDllPath, TargetArchitecture.Amd64))
{
fileHandle = (uint)client.Invoke("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.
The text was updated successfully, but these errors were encountered: