I recently had a modification on an SSIS package that I previously deployed successfully to SQL Server SSIS catalog, but after I made the change and did a rebuild and tried to deploy I get this:
TITLE: SQL Server Integration Services
------------------------------
------------------------------
Could not load file or assembly 'Microsoft.SqlServer.Management.IntegrationServicesEnum, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) (mscorlib)
------------------------------
ADDITIONAL INFORMATION:
ADDITIONAL INFORMATION:
The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) (mscorlib)
------------------------------
BUTTONS:
BUTTONS:
OK
------------------------------
And I am using VS 2017 to deploy. Does anyone know what this is about? I did also run a Repair on my SSDT instance.
Thanks
Brad Allison