AggregateException when starting OrleansAzureSilo

Damir Dobric Posts

Next talks:

 

    

Follow me on Twitter: #ddobric



 

 

Archives

When starting OrleansAzureSilo you might get following AggregateException:

"No valid combination of account information found."

This error is wrapped around FormatException which does not come from Orleans runtime but from Microsoft.WindowsAzure.ServiceRuntime assembly.

The real exception is following one:

A first chance exception of type 'System.FormatException' occurred in mscorlib.dll

Additional information: Invalid length for a Base-64 char array or string.

My problem was misplaced formatting of the storage key in the ServiceConfiguration.Xml file.

<Setting name="DataConnectionString" value="DefaultEndpointsProtocol=https;AccountName=MyAccount;AccountKey=MyKey" />


Posted Jun 12 2014, 07:09 AM by Damir Dobric
Filed under: , ,
developers.de is a .Net Community Blog powered by daenet GmbH.