Unable to Download File from an Azure Blob Conatiner Using SSIS

hmrios74 1 Reputation point
2022-09-13T22:08:22.23+00:00

I'm trying to download a file from an Azure Blob container using the Azure Blob Download Task in SSIS but I'm getting the error below.

**[Azure Blob Download Task] Error: Download task has stopped with exception: Method not found: 'Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient Microsoft.DataTransfer.Runtime.AzureBlobConnectorHelper.CreateBlobClient(System.Collections.Generic.IDictionary`2

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,209 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,863 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,575 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
590 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
    2023-03-23T20:41:35.5366667+00:00

    @hmrios74 Sameera Nouelati, Yinan Danilowicz - Morristown

    Could you please try the below.

    1. Make sure that the Azure Storage SDK for .NET is installed on the machine where the SSIS package is running.
    2. Check that the version of the Azure Storage SDK for .NET is compatible with the version of the Azure Blob Download Task in SSIS.
    3. Verify that the Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient class is included in the project references and that the correct namespace is being used.

    Regards,

    Oury

    0 comments No comments

  2. Rick Girling 0 Reputation points
    2023-10-04T15:56:42.4566667+00:00

    Has there been a solution for this issue? I have followed the install directions, have all the correct versions and still have the same issue, cant get past it.

    Thanks,

    Rick

    0 comments No comments

  3. Chawinwat 0 Reputation points
    2024-05-24T03:39:04.69+00:00

    I am using Visual Studio2019, I have the same issue.
    Has there been a solution for this issue?