クラウドキューの作成中にエラーが発生しました。ローカルマシンでのストレージエミュレータの使用キューの作成時にAzure Storage Emulatorエラーが発生しました
は、ここにスタックトレースです:
at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand`1 cmd, IRetryPolicy policy, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Core\Executor\Executor.cs:line 604
at Microsoft.WindowsAzure.Storage.Queue.CloudQueue.Create(QueueRequestOptions options, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Queue\CloudQueue.cs:line 52
at Microsoft.WindowsAzure.Storage.Queue.CloudQueue.CreateIfNotExists(QueueRequestOptions options, OperationContext operationContext) in c:\Program Files (x86)\Jenkins\workspace\release_dotnet_master\Lib\ClassLibraryCommon\Queue\CloudQueue.cs:line 176
EDIT:Gauravのは、ストレージ・エミュレータの古いバージョンがサポートされませんでしたコメントしたよう:キューの名前がcopyprojectqueue
結論です最新のライブラリバージョンで。
あなたが使用しているキューの名前は何ですか? –
@ GauravMantri 'copyprojectqueue'はキューの名前です –
Storage ClientライブラリのバージョンとStorage Emulatorのバージョンを教えてください。 –