Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai all,

When i am trying to compile my application, i am gettig the following error. InvalidArgument=Value of "-2147483648" is not valid for 'RowPosition'. IDE is taking few minutes to generate this error while compiling. Sometimes this error may not generate and it will successfully compile the application.

Same problem
LInk[^]

please help me..
Posted
Updated 12-Aug-11 2:25am
v2
Comments
[no name] 12-Aug-11 7:56am    
Remember that we are not sitting at your desk. You have given no information about the environemtn, the appliction, or the control(s) being used.

Edit your question to fully and completely explain.
version_2.0 12-Aug-11 8:04am    
I am trying to develop a remainder application..
and i am using label, textbox, maskedtextbox, timer, tablelayoutpanel, flowlayoutpanel,button.
Richard MacCutchan 12-Aug-11 8:27am    
That represents a hex value of FFFFFFFF80000000; you have some bad code somewhere.

1 solution

RowPosition is defined as a 32-bit integer, and the error you're seeing is the result of trying to assign too large of a value to it.
 
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