Query regarding error message in import export wizard

Aniruddha Mondal 0 Reputation points
2023-05-27T20:10:08.96+00:00

"Could not load file or assembly 'Microsoft.DataTransformationServices.ScaleHelper, Version=16.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. (DTSWizard)"

I am getting this message whenever trying to use the SQL import export wizard.

How will I solve this?

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Cloudoire Academy 23,595 Reputation points Volunteer Moderator
    2023-05-28T03:14:46.88+00:00

    This error message typically indicates that there is an issue with a missing or incompatible assembly required by the SQL Import Export Wizard. Here are a few steps you can try to resolve this problem:

    Verify the version of SQL Server: Make sure you have the correct version of SQL Server installed that matches the assembly version mentioned in the error message (Version=16.0.0.0 in this case).

    Check the presence of the assembly: Confirm whether the assembly 'Microsoft.DataTransformationServices.ScaleHelper' is present in the specified location. The assembly should be located in the Global Assembly Cache (GAC) or in the same directory as the SQL Import Export Wizard executable.

    Repair or reinstall SQL Server: If the assembly is missing or corrupted, you can try repairing or reinstalling SQL Server. This process will ensure that all required assemblies are properly installed.

    Check for dependencies: The error message also mentions "or one of its dependencies." It's possible that the missing assembly relies on other assemblies that are not present. Ensure that all necessary dependencies are installed and accessible.

    Update SQL Server and Visual Studio: If you're using an older version of SQL Server or Visual Studio, consider updating to a newer version. Newer versions often include bug fixes and updated dependencies, which could resolve the issue.

    1. Verify user permissions: Ensure that the user account you are using to run the SQL Import Export Wizard has the necessary permissions to access and execute the required assemblies and dependencies.

    Remember to back up any critical data or configurations before making changes to your system.

    1 person found this answer helpful.
    0 comments No comments

  2. Jochen Grashorn 0 Reputation points
    2023-07-18T10:45:10.9433333+00:00

    Hi Together,

    Cumulative Update Package 6 for SQL Server 2022 - KB5027505 from July fixes this issue.

    Best Regards,
    Jochen

    0 comments No comments

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.