Users is trying to load pwps_dab in C# but getting this error: Unable do load DLL 'PWSearchWrapperX64.dll' or one of its dependencies - (0x8007007E)Any ideas?
Thanks,
Are you installing the module using a 32bit or 64bit PowerShell session?
I am getting a similar error after upgrading to 23.0.2.0 - 64 bit install
"WARNING: Error: Unable to load DLL 'PWSearchWrapperX64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
When using Import-PWDocuments
I upgraded from 1.21.0.0 (server)
Try installing the latest VC++ Redistributables on the machine you are running PowerShell on by providing them with the link below:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Hope this helps,
Mark Weisman | Bentley Systems
That fixed it. Thanks.