Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
1.00/5 (7 votes)
See more:
hello
I have writen a program by c#.it had been worked lastly but today it dos not work properly.
there are some problems :
1- when the parent form is shown the child form is shown too that it must not be shown.
2- program perform in debug properly but when it is running it dose not work properly.
who can help me ?
thank
Posted
Updated 2-Apr-11 10:53am
v2
Comments
#realJSOP 1-Apr-11 10:13am    
Nobody can help you because you haven't a) provided any code, or b) told us WHAT your problem is.
walterhevedeich 1-Apr-11 10:19am    
5. I wish this was posted as a solution so I can vote.
Sandeep Mewara 1-Apr-11 11:02am    
Incomprehensible
Gonzoox 1-Apr-11 11:23am    
my mental powers tell me that the problem is in line 177 of the main class that is executing at that moment, if you need more help let me know, I can clearly see the stack trace :)
Smithers-Jones 1-Apr-11 12:20pm    
It's not working today, because today is April 1st. Please wait till tomorrow and come back, if the problem hasn't solved itself by then. :-)

"It was working but now it isn't"

I'm sure this happens to all of us at some point. A program I wrote to perform some FTP operations started failing recently, nothing had changed in the code - so why did this happen?

I opened my solution and started stepping through the code. Debugging, if you like. When it hit a line that failed, I looked at the Exception in the debugger - it told me all sorts of stuff about why it was going wrong! (turns out there were some security changes on the FTP targets)

Why don't you give this a go? Try and debug your program and see if you can figure out why it no worky.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Apr-11 12:40pm    
Very wise. :-) My 5.

Hey, Dylan, my congratulations with 1st of April!
Did't you see my 1st or April post yet?
Please see this (of course, with my "Answer"):
http://www.codeproject.com/Answers/175616/WARNING-Black-Line-of-Death-in-windows-phone-7.aspx

:-)
--SA
fjdiewornncalwe 1-Apr-11 17:37pm    
Excellent Idea. If the application has dependencies like databases or other resources, make sure that all of those things are working properly as well. +5
When problems like this arise, the only possible conclusion I can come to is "42".
 
Share this answer
 
v2
Comments
Smithers-Jones 1-Apr-11 12:21pm    
And the only possible solution's Liquid Nitrogen. :-)
fjdiewornncalwe 1-Apr-11 17:36pm    
It's a Miracle!!!
Sergey Alexandrovich Kryukov 1-Apr-11 12:37pm    
My 5. It still can be optimized.
What we see it the result of IRCD (see below).

Please see this: http://www.codeproject.com/Answers/175616/WARNING-Black-Line-of-Death-in-windows-phone-7.aspx

This is urgent. You should use the Answer referenced above today -- this is the last chance!

--SA

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