I start user activity in Azure factory data, when I try to work with CloudAppendBlob, the following exception occurs. This seems like a version issue, but fails to figure out a fix. I compiled the code using Windows Azure Storage 7.0.0. Please, help!
Unknown error in module:
System.Reflection.TargetInvocationException: exception thrown on the target of the call. ---> System.TypeLoadException: Can it not load the type "Microsoft.WindowsAzure.Storage.Blob.CloudAppendBlob" from the assembly 'Microsoft.WindowsAzure.Storage, Version = 4.3.0.0, Culture = Neutral, PublicKeyToken = 31bf3856ad364e35'. in MyDotNetActivity.SampleActivity.Execute (IEnumerable 1 linkedServices, IEnumerable 1 dataset, activity activity, logctivityLogger logger) in Microsoft.Azure.Management.DataFactories.Runtime.ActivityExecutor.Execute (Job object, string configuration, Action`1 logAction - - End of the internal trace of the exception stack - with System.RuntimeMethodHandle.InvokeMethod (Object target, Object [] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal (Object obj, Object [], Object [] arguments) in System.Reflection.RuntimeMethodInfo.Invoke (Object obj, BindingFlags invokeAttr, binder, Object [] parameters, CultureInfo culture) in Microsoft.DataPipeline.Compute.HDInsightJobExecution.ReflectingActivityWrapper.Execute () in e: _Bld \ 12752 6 \ Sources \ Product \ Common \ Compute \ SRC \ HDIComputeDelegatorJob \ ReflectingActivityWrapper.cs: line 44 in Microsoft.DataPipeline.Compute.HDInsightJobExecution.JobWrapper.RunJob () in e: _Bld \ 12752 \ 4106 \ Sources \ Product \ Common \ SRC \ HDIComputeDelegatorJob \ JobWrapper.cs: line 94 in Microsoft.DataPipeline.Compute.HDInsightJobExecution.Launcher.Main (String [] args) in e: _Bld \ 12752 \ 4106 \ Sources \ Product \ Common \ Compute \ SRC \ HDIComputeDelegator Launcher.cs: line 78.
source share