|
I have a WPF application that occasionally crashes, and say "not responding". Is there a way to detect if the program is not responding? And if so, restart the WPF application?
This will be a temporary fix until the bugs are fixed.
Started by TandemAdam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's important.
If not responding, do what you need to do.
Process ' Responding property.
|
|
What is it exactly that "triggers" Windows to mark a process as Not responding in the Task Manager and Resource Monitor?
Started by Svish on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This does not necessarily mean.
If a process does not collect Windows messages as "not responding" -- because it is not responding to user interface events .
Within 5 seconds it can be marked as not responding.
|
|
What are the most common things that will cause a Windows Server 2003/2008 to stop responding to Remote Desktop connections, even though other services on the computer are running fine?
Started by Kjensen on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
I had a desktop (WinXP) on which remote desktop failed to respond, sort.
In the answers to this question.
|
Ask your Facebook Friends
|
Some operation takes much time,
which leads to ajax request to time out,
how to I finish responding to the request fisrt, then continue that operation?
Started by Mask on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hi,
The ignore_user_abort directive, and ignore_user_abort function are probably what you are looking for : it should allow you to send the... .
Spawn a background process and return background process id so user can check on it later via some secret URL .
|
|
I am trying to find the ip address (not the hostname) that responded to my WebRequest in C#. I do not want to do a DNS resolution, because their are cases where the DNS records returned are not the servers responding to the request. For ex:
Client ->...
Started by Traderde on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
As for your original question, I do not believe....
Do you have access to the server side code? Or to the web server configuration? You could always place the machines IP, or whatever identifier you'd like, in a custom header and look for that on the client .
|
|
Is it at all possible to detect when your application stops responding, so appropriate action can be taken automatically, instead of the user having to go to task manager/end process and/or end task etc?
Started by baeltazor on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If your....
Bear with me into your situation.
One reached a certain value, it means the main thread has stopped responding for some time.
You should try to make your application do not stop responding, instead.
It if it's taking too long.
|
|
What is the easiest way to check if a computer is alive and responding (say in ping/NetBios)? I'd like a deterministic method that I can time-limit.
One solution is simple access the share (File.GetDirectories(@"\compname")) in a separate thread, and ...
Started by ripper234 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can catch the....
Easy! Use System.Net.NetworkInformation namespace's ping facility!
http://msdn.microsoft.com/en-us/library/system.net.networkinformation.ping.aspx To check a specific TCP port ( myPort ) on a known server, use the following snippet .
|
|
My EEEPc 900HA has been experiencing this exact problem: http://wiki.eeeuser.com/bugfixes:fixbios
And it is not responding to any of the suggested fixes (except the one about jumping the jumpers, which I cannot see on the 900HA).
Any suggestions?
Started by th3dude19 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Have you....
General power on but nothing loading, no beeps or anything else usually means faulty/currupt bios or hardware failure in general .
No experience with a EEEpc, but I will diagnose like a regular laptop .
It could be your Power Supply has failed.
|
|
After installing VMware Server I get the following error when I try to access the VMware web-based server manager:
The VMware Infrastructure Web Service at "http://localhost:8222/sdk" is not responding
Started by Daniel O on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can also try the secure site via "https....
Try accessing via "http://localhost:8222" without the /sdk.
If not, then start it and then try browsing to the site again .
Go into the services manager and check that the 'VMware Host Agent' service is running .
|
|
Have just upgraded from Vista to Win7 (32 bit). On vista Firefox worked great. I am using 3.5.6 version. 2GB RAM.
In windows 7 however whenever i click on a link, field or tab within the browser or various other places within firefox 'Not Responding' ...
Started by Paul on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Have had-with-not-responding-error/
This guy has the solution.
The 'Not Responding' message occasionally flashing in the top right of the window title bar.
|