Hi @Ajay Jha,
Please check your sql server version and make sure it is SQL2016, if it is SQL 2019, please first set the target server version to SQL2019 in VS and add the dll to 150 folder.
Also make sure the account used to run the job has full permission to the folder.
Or check if it is a 32bit vs 64bit issue.
- Open SQL Server Agent → Job Properties.
- Go to the Step that runs SSIS.
- Click Edit → Go to Execution Options.
- Check "Use 32-bit runtime".
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.