I've upgraded to Visual Studio 2019 and added SQL Server Data Tools (SSIS, SSAS, and SSRS project types). I'm attempting to migrate an integration services package created with Visual Studio Tools for Applications 2013. In the package designer, once I save the script for a Script Task and click OK in the Script Task Editor, I get an error that says "Scripts contained in the package have compilation errors. Do you want to save changes?". Clicking Yes leave me with a broker Script Task ("The binary code for the script is not found. If I go back into the VB code (Open Script Task Editor, click Edit Script) and do a Build within the VSTA editor, I get this error: "Could not find a part of the path 'C:\Users\peterst\AppData\Local\Temp\Vsta\5c962ed7d2234dddb94efc1a5f4c75de_out'." I assume that's the basis of the compilation errors message. However, I don't see anywhere within Visual Studio that I have any control over where is it storing source code, nor in how it is building a path to same. This seems truly ridiculous. Any help is greatly appreciated.