Click here to Skip to main content
15,888,202 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
this is the error line that opens in the designer.cs

C#
this.Load += new System.EventHandler(this.frmLogs_Load);


kindly help me out

What I have tried:

i dont know what to do because all the other forms can be opened except this particular form
Posted
Updated 24-Mar-16 2:55am
v3
Comments
OriginalGriff 24-Mar-16 7:27am    
Which part of that is it complaining about?
Sinisa Hajnal 24-Mar-16 7:40am    
Please do the following:
a) remove all the code
b) post only the code relevant to the error: delegate definition, method executed and delegate instantiation and call
c) use code tags to format the code properly

Also show the code around the line that shows the error if it is not already included. Thank you.
Richard MacCutchan 24-Mar-16 7:58am    
<pre> tags, not 'code'.
FARONO 24-Mar-16 8:27am    
Isn't there some "owner" incorrect? How do you open the form?
BillWoodruff 24-Mar-16 8:56am    
Put breakpoints in the code: single-step through it. Isolate the error and tell us where it occurs.

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