Unable to Add New Package Configurations in the Package Configuration Wizard

Chris Curran 0 Reputation points
2024-07-08T18:15:50.4766667+00:00

Why can't I add new package configurations? I am getting the error message below.

User's image

TITLE: Microsoft Visual Studio


Could not leave the wizard page.

For help, click: https://go.microsoft.com:80/fwlink?ProdName=Microsoft%C2%AE%20Visual%20Studio%C2%AE&ProdVer=16.11.34931.43&EvtSrc=Microsoft.DataTransformationServices.Wizards.ConfigurationWizardPages.ConfigurationWizardSR&EvtID=ConfigurationWizardSR.CouldNotLeaveWizardPage&LinkId=20476


ADDITIONAL INFORMATION:

Method not found: 'Void Microsoft.NetEnterpriseServers.ExceptionMessageBox.SetButtonText(System.String[])'. (Microsoft.DataWarehouse)


BUTTONS:

OK


Thank you.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,869 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,520 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Taylor 51,256 Reputation points
    2024-07-08T18:33:42.6566667+00:00

    Off the top of my head it looks like either an extension is getting in the way or Visual Studio is corrupted. The Microsoft.DataWarehouse item peaks my interest as problematic.

    My first suggestion would be to ensure you have no updates for VS that need to be installed, including extension. Next I would recommend you create an empty SSIS package and try adding a new package configuration to see if the problem exists in a new package or not.

    The last suggestion would be to repair the VS installation and reinstall the SQL Server Integration Services extension.

    If none of that works then you might need to use the Report a Problem feature in VS to report the issue to the team so they can look at it directly.

    0 comments No comments

  2. ZoeHui-MSFT 35,381 Reputation points
    2024-07-10T02:05:56.6466667+00:00

    Hi @Chris Curran,

    May I know what's your version of the Visual Studio?

    Here is a same thread and said that a fix for this issue has been released in SSIS VS2022 and will release in VS2019 next month!

    You may check below.

    SSIS reusing package configuration error

    Regards,

    Zoe Hui


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

    0 comments No comments

  3. Yitzhak Khabinsky 25,726 Reputation points
    2024-07-10T15:47:54.37+00:00

    @Chris Curran,

    Starting from SSIS 2012 onwards, it is better to abandon file based configurations on the file system, and switch to SSIS Project parameters. Eventually, they are stored in the SSISDB database on the SSIS run-time server.

    0 comments No comments