I have an SSIS package which uses dotConnect for MySQL - currently using the 130 DLL.
We're migrating our packages to SQL2019 and that requires the 150 DLL. However I cannot find (remember?) a way to change the reference to the DLL in my package. Can anyone advise? I tried changing it manually in the dtsx file but that just threw up a bunch of errors so the package clearly has a reference somewhere.
The UserComponentTypeName is read-only in the package components so it's obviously somewhere else.
Thanks.