Share via

Cannot Deploy SSIS project. Error: Could not load type Microsoft.Internal.VisualStudio.Shell.Interop.IVsCustomTelemetryService from assembly Microsoft.Internal.VisualStudio.Interop PublicKey

Barr, David 10 Reputation points
2026-03-27T13:39:52.1333333+00:00

I get this error trying to deploy a package after installing VS2026 March 2026 release Version 18.4.2. All though it does deploy the error pops up after every step during deployment. I tried a repair, I tried removing the ComponentModelCache folder and restarting with no success.

SQL Server Integration Services

1 answer

Sort by: Most helpful
  1. Yitzhak Khabinsky 27,101 Reputation points
    2026-03-27T15:39:07.4166667+00:00

    Hi @Barr, David

    I would recommend reverting back to VS2022.

    VS2026 is too raw, more precisely its SQL Server Integration Service extension.

    Workaround (bypass Visual Studio UI)

    You can deploy the built .ispac outside Visual Studio using the Integration Services Deployment Wizard. This avoids the VS shell and the extension entirely:

    • Build your SSIS project to produce an .ispac (from VS: BuildBuild or Rebuild).
    • Run the wizard directly: ISDeploymentWizard.exe (typically under C:\Program Files\Microsoft SQL Server\16x\DTS\Binn\ or c:\Program Files\Microsoft SQL Server Management Studio 22\Release\Common7\IDE\CommonExtensions\Microsoft\SSIS\170\Binn\) and point it at your .ispac.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.