All of my SSIS packages that contain a Script Task get stuck in validation and never run or error out. They just hang there and never progress.
I'm running VSC2019 Version 16.1.19 on Microsoft.Net Framework 4.8.03761.
I'm using the script task to simply grab the name of a file that I need to import.
I have run in a different server and the SSIS package works fine. Matter of fact, it ran on it's current environment and just stopped today.
Oh and DelayValidation is set to True.
Although, I've run it successfully with DelayValidation set to True and False on my test server.
Has anyone else experienced this?
Any workarounds or suggestions would be greatly appreciated.