Since today, when I try to execute a package, or task within a package, I get the following output:
SSIS package "C:\ssis-<package>.dtsx" starting.
Information: 0x4004300A at Validate Tables, SSIS.Pipeline: Validation phase is beginning.
SSIS package "C:\ssis-<package>.dtsx" finished: Canceled.
The program '[15628] DtsDebugHost.exe: DTS' has exited with code 0 (0x0).
That's all. Of course I have not pressed the stop button to terminate execution.
I run this in debug or release mode, using VS2019 and SSIS. The yellow spinner on the design panel keeps spinning, but nothing else happens.
This problem happens when one of the dataflow tasks I am executing contains custom components. However, the same custom components worked without any problem until today. I went back in my Git history to an earlier version, and the same problem occurs. (I did recompile the custom components and registered them with the gcautil.)
The problem happened before I updated SSIS projects to version 3.14, and still happens after updating.
Running VS2019 as administrator does not make any difference.
At this point, to me it looks like something changed outside of my SSIS project, which causes the problem. However, I have no idea where to look because SSIS does not provide much information about what is (not) happening.
If anyone can shed some light on this, that would be much appreciated.
If you read this because you have the same problem, please read beyond the answer that I accepted. MS only lets me accept one answer, but there is more information here that might help you solve this problem.