在类库中无法使用ConfigurationManager
需要先引用DLL文件:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll
然后才可以使用
System.Configuration.ConfigurationManager.AppSettings["SiteUrl"]
需要先引用DLL文件:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.configuration.dll
然后才可以使用
System.Configuration.ConfigurationManager.AppSettings["SiteUrl"]