我對C#的工作2010年我的網站不能因爲這個錯誤運行:WebConfigurationManager
The name 'WebConfigrationManager' does not exist in the current context.
雖然我已經包括using System.Web.Configuration;
,代碼行的錯誤點是這樣的:
String connectionString = WebConfigrationManager.ConnectionStrings["costr"].ConnectionString;
_Where_你包括'using'指令? – Oded 2012-01-04 13:02:03
您是否清理並重建解決方案? – Oded 2012-01-04 13:08:37
是的,我做了..我已經添加System.Configuration作爲參考,它解決了,但它開始給異常錯誤... – roze 2012-01-04 13:13:23