How to detect what is hanging my program

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I have a program that runs for a little bit and just hangs after a while. It
runs on a timer and sends faxes. It hangs and does not produce any error or
event log entry. Is there some way to attach to the running exe and see what
code actually died? It never happens when running it in the IDE.

Thanks
Jon
 
Search the "Trace" class in the help docs, and articles about .NET tracing.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
 
Back
Top