¡@

Home 

c# Programming Glossary: hangs

c# and excel automation - ending the running instance

http://stackoverflow.com/questions/1041266/c-sharp-and-excel-automation-ending-the-running-instance

'ugly' method see answers below the excel instance still hangs around as soon as this line is hit wSheet.Cells iRowCount 1..

Generating .NET crash dumps automatically

http://stackoverflow.com/questions/1134048/generating-net-crash-dumps-automatically

a crash dump could cause another crash situations like hangs aside but those might be even harder to catch from within the..

ProcessStartInfo hanging on “WaitForExit”? Why?

http://stackoverflow.com/questions/139593/processstartinfo-hanging-on-waitforexit-why

console works fine. Unfortunately programmatically this hangs indefinitely at WaitForExit. Note also this does code NOT hang.. what should I do instead If not what am I doing wrong c# hangs processstartinfo share improve this question The problem..

Sending input/getting output from a console application (C#/WinForms)

http://stackoverflow.com/questions/1765493/sending-input-getting-output-from-a-console-application-c-winforms

but however the app hangs when I use StandardOutput.ReadToEnd . I had a look at the asynchronous..

C# webbrowser Ajax call

http://stackoverflow.com/questions/18333459/c-sharp-webbrowser-ajax-call

Whenever I press manually the button in a form the browser hangs on Your request is being processed message and nothing happens...

How to write Asynchronous LINQ query?

http://stackoverflow.com/questions/252355/how-to-write-asynchronous-linq-query

IEnumerable T query foreach var item in query the method hangs here while the query executes yield return item And you could..

In C# what is the recommended way of passing data between 2 threads?

http://stackoverflow.com/questions/334860/in-c-sharp-what-is-the-recommended-way-of-passing-data-between-2-threads

the worker thread does ends up being on the GUI thread and hangs the GUI thread until it's done processing. Is what I'm trying..

Hanging process when run with .NET Process.Start — what's wrong?

http://stackoverflow.com/questions/439617/hanging-process-when-run-with-net-process-start-whats-wrong

it but for certain inputs it occasionally and reproducibly hangs and won't finish. For example one call is to svn list svn list.. runs fine when I just do it from a command shell but it hangs in my app. My c# code to run this is string cmd svn.exe string..

How do you correctly update a databound datagridview from a background thread

http://stackoverflow.com/questions/455766/how-do-you-correctly-update-a-databound-datagridview-from-a-background-thread

into my collection class. This compiled correctly but hangs without exception when run. I have seen many posts saying to..

In C# What is the best way to parse Large XML (Size of 1GB)…?

http://stackoverflow.com/questions/468948/in-c-sharp-what-is-the-best-way-to-parse-large-xml-size-of-1gb

or XMLDocument result is very slow and some times hangs ...Your answers are welcome c# xml parsing .net 2.0 share..

How can I convert from a SID to an account name in C#

http://stackoverflow.com/questions/499053/how-can-i-convert-from-a-sid-to-an-account-name-in-c-sharp

like it will work in that the access to dirEntry.Name hangs for a few seconds as if it is going off and querying the network..

How do I obtain a crash dump

http://stackoverflow.com/questions/4992569/how-do-i-obtain-a-crash-dump

point in time. Dumps can be used to debug program crashes hangs memory and resource leaks and probably more problems I have.. I have not listed here. In the case of crashes and hangs the first piece of data you want to obtain from a crash dump.. callstack data which is often good enough for crashes and hangs. I typically error on the side of harddrive space is cheap so..

HttpWebRequest times out on second call

http://stackoverflow.com/questions/5827030/httpwebrequest-times-out-on-second-call

Timeout the second and subsequent time it is run The code hangs at using Stream objStream request.GetResponse .GetResponseStream..

Large Object Heap Fragmentation

http://stackoverflow.com/questions/686950/large-object-heap-fragmentation

I am unable to find their GC roots as the GCRoot command hangs and never comes back I have even tried leaving it overnight..

Why does this Parallel.ForEach code freeze the program up?

http://stackoverflow.com/questions/8365346/why-does-this-parallel-foreach-code-freeze-the-program-up

reason when I press the start button the whole program hangs up. I was under the impression that Parallel creates separate..

Using C#, how does one figure out what process locked a file?

http://stackoverflow.com/questions/860656/using-c-how-does-one-figure-out-what-process-locked-a-file

Marshal.AllocHGlobal nLength ...this call sometimes hangs. Is a Windows error. while uint Win32API.NtQueryObject ipHandle..