调用自定义 .net ADF 时引发异常 activity

Exception raised while calling custom .net ADF activity

我写了 Custom .Net Activity。这是连接到 Azure 存储并将数据上传到 blob。虽然 运行 ADF activity 它抛出异常

Exception for file. Exception Message: Method not found: 'Void Microsoft.WindowsAzure.Storage.CloudStorageAccount..ctor(Microsoft.WindowsAzure.Storage.Auth.StorageCredentials, System.String, System.String, Boolean)'. 

.Net 代码在我的本地机器上运行良好。请帮忙

这里的问题是 Nuget 返回的 Azure 存储版本是自定义活动的新版本,尚未被识别。 Custom .Net Activity 支持的当前版本是 Azure 存储 dll 的 4.3。任何高于 4.3 的版本都会引发异常。