RE: Outlook 2003 hangs on send/receive

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I added a print statement at the beginning of the send event. Outlook is not
hanging on the add event.

However, I noticed that the Inspector.Close event is not firing. My
Inspector.Close event handler:

public static void inspector_Close()
{
//TODO: how to tell which inspector got closed?
OutlookLogger.LogComment(Connect.fn, "Entering Inspector.Close event -
print message for debug");
Collections.StringCollection strCollection = new
System.Collections.Specialized.StringCollection();
strCollection.Add(LogType.Event_Inspector_Close);
OutlookLogger.Append(ref strCollection, OutlookLogger.SystemTimestamp());
OutlookLogger.Log(Connect.fn, strCollection);
}

The logger just writes to a logfile like any other event.

Ideas?
.



Relevant Pages

  • RE: Outlook 2003 hangs on send/receive
    ... >I added a print statement at the beginning of the send event. ... Do you mean outlook is not hanging on the send event but not the add event? ... and do analyse on the problem machine to do further troubleshooting. ...
    (microsoft.public.office.developer.com.add_ins)
  • cant install SR1a, disk 2, says it needs PUBLISHERs data2.msi fi
    ... I'm running XP with old Office 2000 progra. ... Problem started with outlook hanging... ... Prev by Date: ...
    (microsoft.public.officeupdate)
  • Re: ASCII question
    ... Note the use of %d in print statement. ... u can assign the input character to an interger variable and integer ... variable hold the ASCII vlaue. ... Prev by Date: ...
    (comp.programming)
  • Re: FAQ 3.5 How do I debug my Perl programs?
    ... How do I debug my Perl programs? ... > Use the print statement. ... Prev by Date: ...
    (comp.lang.perl.misc)
  • Re: Memory problems part 2
    ... After the assignments I added the print statement ... the debugger notices Reference to undifined variable. ... Prev by Date: ...
    (comp.lang.fortran)