I found an Error when I convert my Windows Azure(ASP.NET) project .NET 3.5 to 4.0.
Getting error:
SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used
Source File:
storageAccount = CloudStorageAccount.FromConfigurationSetting("DataConnectionString");
Thanks
Nahid
Add the following line at the beginning of your WebRole.cs and Global.asax /
Application_Start