CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2002
    Location
    India but now South Korea
    Posts
    75

    Angry Where Win2000 creates log file for a crashed program

    Several times I got Errors in windows 2000 like this. This is the Standard Style Windows 2000 Displays when a program gererates an error . This is d the Dialog box that popsup.


    Program error
    Someprogram.exe has generated errors and will be closed by windows. You
    will need to restart the program. An error log is being generated.



    Where On earth the log file is Generated? .Can anybody tell me.
    I am tired of searching for it.

  2. #2
    Join Date
    Nov 2002
    Location
    Boston, Mass
    Posts
    1
    The error was probably posted to the application event log.
    The standard location for this file is:

    C:\WINNT\system32\config\AppEvent.Evt

    This easiest way to view information in this file is to use the
    'Event Viewer'. It can be accessed from the Administrative
    Tools section of the windows menus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured