Hi, all.
I am using Dynamics CRM 2016 on-premises and MS Sql Server 2014 on 64-bit operation system Windows Server 2012r2 on different machines.
I want to run ssis package from dynamics crm plugin dll.
The plugin code has references

I successfully registered the plugin as on-disk assembly and the step. I put Microsoft.SqlServer.ManagedDTS.dll into *crm*\Server\bin\ and *crm*\Server\bin\assembly\
I also registered it in GAC.
But when the plugin step is running - I am getting the error:
| Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified |
The 64-bit version of Microsoft.SqlServer.DTSRuntimeWrap.dll exists in *crm*\Server\bin\ and *crm*\Server\bin\assembly\
Why it cannot see the dll?
What am I doing wrong?
Thank you.
With regards, Yuriy.
*This post is locked for comments
I have the same question (0)