To work with nuget package, I need to specify a folder other than "win-x86" for loading native libraries (imobiledevice.dll, ideviceactivation.dll). If I copy only these 2 dlls then I receive following error -
System.ComponentModel.Win32Exception (0x80004005): Could not load the library 'imobiledevice' at '...\imobiledevice.dll'. The error code was 126.
If I copy all the 22 dlls from packages\iMobileDevice-net.1.2.126\runtimes\win-x86\native\ path, then it works.
I want to know if there is any subset of these dlls that if copied, it will work.
Desired features:
Detect iOS device connection (before and after loading native libraries)
Hi,
To work with nuget package, I need to specify a folder other than "win-x86" for loading native libraries (imobiledevice.dll, ideviceactivation.dll). If I copy only these 2 dlls then I receive following error - System.ComponentModel.Win32Exception (0x80004005): Could not load the library 'imobiledevice' at '...\imobiledevice.dll'. The error code was 126.
If I copy all the 22 dlls from packages\iMobileDevice-net.1.2.126\runtimes\win-x86\native\ path, then it works.
I want to know if there is any subset of these dlls that if copied, it will work.
Desired features:
Thanks & Regards Pallavi Garg