我想從app.config獲取數據,並且我總是得到零。在app.config是在這裏:無法讀取app.config,爲什麼?
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<connectionStrings>
<add name="ExplorerContext" connectionString="metadata=res://*/ExplorerData.csdl|res://*/ExplorerData.ssdl|res://*/ExplorerData.msl;provider=System.Data.SqlClient;provider connection string="Data Source=MYT\SQLEXPRESS;Initial Catalog=Explorer;Integrated Security=True;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
</connectionStrings>
</configuration>
有人能解釋一下什麼是錯的,爲什麼我不能得到的數值, System.Configuration.ConfigurationManager.AppSettings.Count
始終爲0
我fogot指定我用的類庫,我」 m試圖使用NUnit項目來檢查。而這個類庫調用了一個使用ADO.NET Entity Project的項目(也是類庫)。
我知道這是舊的,如果沒有答案在這裏幫助嘗試:http://stackoverflow.com/questions/4280970/configurationmanager-appsettings-getting-null – 2012-07-25 04:16:49