A .Net Framework error occured during execution of user-defined or aggregate "deploy_project_internal":

isteyak ahmad 1 Reputation point
2021-09-15T07:53:44.513+00:00

Hi Team,

I am using SQL server 2016 developer addition and Visual studio Community 2017 addition for SSIS package development and deployment.

When I am trying to deploy my package I am get132230-frameworkerror.pngting Attached error :
Kindly advise me how I can resolve this issue.

Thanks,
Isteyak Ahmad

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-09-15T08:38:47.483+00:00

    Hi @isteyak ahmad ,

    Try with below methods to see if it is useful.

    Go to Windows Services, right click SQL Server (MSSQLSERVER) > properties > Log On > Tick the 'Local System account' radiobutton. Restart the service by right clicking SQL Server (MSSQLSERVER) again and clicking restart.

    http://www.vdwielen.net/2018/12/ssis-deployment-error-locale-id-lcid.html

    If it doesn't work, change the locale of the Locale System account to en_US and the id to 00000409. Go to RegEdit -> HKEY_USERS -> [SID Local Admin] -> Control Panel -> International and change keys "Locale" and "LocaleName" for the desired region.

    Reference: https://stackoverflow.com/questions/21135511/ssis-error-while-deploying-package-the-locale-identifier-lcid-is-not-supported

    Regards,

    Zoe


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

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October

    1 person found this answer helpful.
    0 comments No comments

  2. isteyak ahmad 1 Reputation point
    2021-09-15T19:38:28.683+00:00

    Hi Zoehui,

    I Tried both the option still getting the same error.

    Do I need to start any service after that.

    Thanks,
    Isteyak Ahmad


  3. isteyak ahmad 1 Reputation point
    2021-09-16T11:03:25.017+00:00

    Hi @ZoeHui-MSFT

    Tried Installing on different machine and also restarted on my machine, however same error coming.
    Also i installed 2014,2016 and 2019 version of SQL all having the same issue.
    Seems some setting while installing SQL server is causing the error.

    Please advise if I need to try something else.

    Thanks,
    Isteyak Ahmad


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.