How to fix Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91

Bill LaLonde 30 Reputation points
2023-01-22T16:53:50.1+00:00

I'm trying to run an Integration Services Assessment using the Data Migration Assessment tool, however, when selecting the folder containing my .dtsx packages I get the following error:

Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'

Searching the web, I found that I was in fact missing version 14 of the ManagedDTS folder. So, I downloaded SQL Server 17 Express which contains version 14 (see pic).

This issue, however, still exists even after having the necessary file/folder. Also, the solution containing the package loads fine in VSSIS_Assessment_Error_Combined

S.

VS 2019 Community Edition

Microsoft® Data Migration Assistant v5.7

Azure Database Migration service
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
568 questions
0 comments No comments
{count} votes

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-01-23T01:20:21.79+00:00

    Hi @Bill LaLonde

    Please firsrt check whether we have SQL Server Integration Services installed. In order to do that, navigate to Start > Run > Services.msc > OK. Then locate the SQL Server Integration Services service and ensure it is running.

    If Integration Services is not present, we have to go ahead with the installation.

    Check: Install Integration Services (SSIS)

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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