configSetter(RoleEnvironment.GetConfigurationSettingValue(configName));错误解决方法

1. 参看配置文件中的connection string name是否正确。

2. I can think of two reasons:

 

2.1 You are using Azure SDK 1.3 and the SetConfigurationSettingPublisher must be called in your Global.asax.cs Application_Start

 

2.2 You are not setting the Startup project as the *.CloudService one.

 

posted @ 2011-02-10 21:32  qiang.xu  阅读(328)  评论(0)    收藏  举报