新手求指教。
警告 1 “System.Configuration.ConfigurationSettings.AppSettings”已过时:“This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings” E:\Web\DBUtility\SQLHelper.cs 17 48 DBUtility
这个是第一个。。。
第二个是:
错误 1 命名空间“Web”已经包含了“_7”的定义 E:\Web\Web\7\WebForm1.aspx.cs 8 15 Web
------解决方案--------------------第一个问题不要紧,第二个问题你是不是把两个相同名字的页面放在了一起?或者删除临时文件重新编译下。