Click here to Skip to main content
15,902,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all friends,
Could you help me find out error. I have project VB, when I run this project, in log file, it have error like this:

-----------------
C#
[エラー情報];
発生日時 = 2011/06/21 11:28:47;
[Exception];
Type = System.ArgumentException;
Message = 無効なポストバックまたはコールバック引数です。イベントの検証は、構成の <pages enableEventValidation="true"/>、またはページの <%@ Page EnableEventValidation="true" %> を使用して有効にされます。セキュリティの目的により、この機能は、イベントをポストバックまたはコールバックする引数が、それらを最初に表示したサーバー コントロールから発行されていることを確認します。データが有効であり、予期されている場合、検証のためのポストバックまたはコールバック データを登録するために ClientScriptManager.RegisterForEventValidation メソッドを使用してください。;
StackTrace =    場所 System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument)
   場所 System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument)
   場所 System.Web.UI.WebControls.TextBox.LoadPostData(String postDataKey, NameValueCollection postCollection)
   場所 System.Web.UI.WebControls.TextBox.System.Web.UI.IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection)
   場所 System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
   場所 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint);
[ログオン情報];
UserID = 049450:甲谷 浩;
BukaCD = P021:パW1;
Rank = 2;

-----------------
I don't know what kind of error. If someone else used see error same like this.Please help me find out when error born and how to fix it.
Thanks all a lot ^_^
Posted
Comments
luisnike19 18-Aug-11 0:32am    
First this is an english forum, could you try to post all the exception in english? It could be easier for us to know, better than try to transalte this.
koolprasad2003 18-Aug-11 1:34am    
initial feel is, this is "Enable Validation error", that could set in page directives. But better you convert page to English.

Set enableEventValidation="false"
or Google[^] for error message.
 
Share this answer
 
v2
MSDN System.ArgumentException[^]

As this article states.

"ArgumentException is thrown when a method is invoked and at least one of the passed arguments does not meet the parameter specification of the called method"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900