刑事案件 受害者家属:不支持关键字: “upw” 怎么办?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/01 11:52:35
我在asp.net制作论坛的时候出现了一下错误信息:
《不支持关键字: “upw”。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentException: 不支持关键字: “upw”。

源错误:

行 72: "(fchrForumID,fchrForumCaption,fchrFatherID,fchrForumDetail,fchrOperatorID,fdtmDate,fbitNoUsed)" +
行 73: "values (@fchrForumID,@fchrForumCaption,@fchrFatherID,@fchrForumDetail,@fchrOperatorID,@fdtmDate,@fbitNoUsed)";
行 74: SqlConnection oConn = new SqlConnection(SQLCONNSTRING);
行 75:
行 76: SqlCommand oCommand = new SqlCommand(sql,oConn);

源文件: F:\bbs3\Forum\ForumList.aspx.cs 行: 74

堆栈跟踪:

[ArgumentException: 不支持关键字: “upw”。]
System.Data.Common.DBConnectionString.ParseInternal(Char[] connectionString, UdlSupport checkForUdl, NameValuePair& keychain) +1133
System.Data.Common.DBConnectionString..ctor(String connectionString, UdlSupport checkForUdl) +114
System.Data.SqlClient.SqlConnectionString..ctor(String connectionString) +12
System.Data.SqlClient.SqlConnectionString.ParseString(String connectionString) +95
System.Data.SqlClient.SqlConnection.set_ConnectionString(String value) +11
System.Data.SqlClient.SqlConnection..ctor(String connectionString) +164
SampleForum.Forum.ForumList.AddNewForum(Object sender, EventArgs e) in F:\bbs3\Forum\ForumList.aspx.cs:74
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277 》

操作系统是:windows XP