Using: Windows 10 Enterprise, SSIS+ 2.0.100.2142, Visual Studio 16.10.31410.357, targeting SQL Server 2019, reinstalled Visual Studio for Applications (VSTA) 2019 latst
If I run any sort of script task (even one that does nothing) with x64 bit runtime turned on, I get this error:
"Failed to start project, library not registered"
I understand that the x64 runtime only applies to local debugging (not what happens when I deploy to the server, but...
is there any workaround? What's going on?
I found some older posts that say you can fix it by turning on the precompiled option, but as of recent versions that's no longer an issue.