My development environment
- Windows 10 2004 64 bit
- Visual Studio 2019 Community Edition Version 16.7.6
- SQL Server 2019
- EzAPI2016
Working with EzAPI to implement a sample workflow that read a table and write to another temp table in the same database. After create the OLEDB data source providing the corresponding data-flow context, when assign the connection-manager to the connection attribute of the previously crated source object, the error in the title happen.
Thanks in advance for any suggestion.
Have a good day.
Solved:
Found the solution removing the reference to Microsoft.SqlSever.DTSRuntimeWrap.dll (version 13) into the ezapi project, and updating it to version 15, in my environment under c:\windows\Microsoft.net folder.