Hi everyone,
I have an SSIS package that is using the Microsoft.Azure.KeyVault.dll. This works fine when I run it from my computer. But once I deploy to the Integration Service Catalog, I get the following error:
Method 'get_SerializationSettings' in type 'Microsoft.Azure.KeyVault.KeyVaultClient' from assembly 'Microsoft.Azure.KeyVault, Version=3.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation
The Integration Service Catalog is running on SQL Server 2016. I read some articles that mentioned this can be cause because of incompatible versions of the .Net
Please I need some advise on how to solve this.
Thanks