I've installed v2.8.1.9 via Nuget and I've added the StorageConnectionString pointing to my Azure Storage but I get this error while browsing /nuget/Packages:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-US">An error occurred while processing this request.</message>
<innererror>
<message>The given key was not present in the dictionary.</message>
<type>System.Collections.Generic.KeyNotFoundException</type>
<stacktrace> at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Nuget.Server.AzureStorage.AzureServerPackageRepository.GetLatestBlob(CloudBlobContainer container)
at Nuget.Server.AzureStorage.AzureServerPackageRepository.<GetPackages>b__2(CloudBlobContainer x)
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__0.MoveNext()
at System.Linq.Enumerable.<TakeIterator>d__3a`1.MoveNext()
at System.Data.Services.DataService`1.SerializeResponseBody(RequestDescription description, IDataService dataService)
at System.Data.Services.DataService`1.HandleNonBatchRequest(RequestDescription description)
at System.Data.Services.DataService`1.HandleRequest()</stacktrace>
</innererror>
</error>
Do I need to create a Container with a specific name within my Storage or is there someting else that I need to configure?
I've installed v2.8.1.9 via Nuget and I've added the StorageConnectionString pointing to my Azure Storage but I get this error while browsing /nuget/Packages:
Do I need to create a Container with a specific name within my Storage or is there someting else that I need to configure?