Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MFC Application has stopped working, Server 2008 R2

MFC Application has stopped working, Server 2008 R2

Scheduled Pinned Locked Moved C / C++ / MFC
databasehelpc++visual-studiodesign
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MacRaider4
    wrote on last edited by
    #1

    This application is working fine on 2003 R2 and 2000 Servers and even our other 2008 R2 server but I keep getting the error on this new server. I could have sworn I had to do some tweak to get it working on 2008 R2 but I can't remember what it was. Basically what is happening is the application is doing a DB "query" that is taking a fair amount of time and as a result the UI is no longer "responding" even though the applicaion is working away and in fact not frozen/locked/in an infinite loop. The application is written in VS 6 and as you can see in both the description and below using MFC.

    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: qexectest.exe
    Application Version: 1.0.0.1
    Application Timestamp: 46b1e781
    Fault Module Name: MFC42D.DLL
    Fault Module Version: 6.0.8168.0
    Fault Module Timestamp: 358870e1
    Exception Code: c0000005
    Exception Offset: 0002b4af
    OS Version: 6.1.7601.2.1.0.16.7
    Locale ID: 1033
    Additional Information 1: d67f
    Additional Information 2: d67fe74012b2fff2bcc60d9e40d9bbd3
    Additional Information 3: 7b8d
    Additional Information 4: 7b8d5be233f423bf0e8bf92697c74b98

    D 1 Reply Last reply
    0
    • M MacRaider4

      This application is working fine on 2003 R2 and 2000 Servers and even our other 2008 R2 server but I keep getting the error on this new server. I could have sworn I had to do some tweak to get it working on 2008 R2 but I can't remember what it was. Basically what is happening is the application is doing a DB "query" that is taking a fair amount of time and as a result the UI is no longer "responding" even though the applicaion is working away and in fact not frozen/locked/in an infinite loop. The application is written in VS 6 and as you can see in both the description and below using MFC.

      Problem signature:
      Problem Event Name: APPCRASH
      Application Name: qexectest.exe
      Application Version: 1.0.0.1
      Application Timestamp: 46b1e781
      Fault Module Name: MFC42D.DLL
      Fault Module Version: 6.0.8168.0
      Fault Module Timestamp: 358870e1
      Exception Code: c0000005
      Exception Offset: 0002b4af
      OS Version: 6.1.7601.2.1.0.16.7
      Locale ID: 1033
      Additional Information 1: d67f
      Additional Information 2: d67fe74012b2fff2bcc60d9e40d9bbd3
      Additional Information 3: 7b8d
      Additional Information 4: 7b8d5be233f423bf0e8bf92697c74b98

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      MacRaider4 wrote:

      ...the UI is no longer "responding"...

      This is usually related to the main thread processing something and the UI cannot respond to the WM_NULL message.

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

      M 1 Reply Last reply
      0
      • D David Crow

        MacRaider4 wrote:

        ...the UI is no longer "responding"...

        This is usually related to the main thread processing something and the UI cannot respond to the WM_NULL message.

        "One man's wage rise is another man's price increase." - Harold Wilson

        "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

        "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

        M Offline
        M Offline
        MacRaider4
        wrote on last edited by
        #3

        That is correct, it is however working "fine" on the other 2008 R2 Server. The window grays out and has "not responding" in the ribbon, but it still carries on and completes. However on this server it quits.

        Richard Andrew x64R 1 Reply Last reply
        0
        • M MacRaider4

          That is correct, it is however working "fine" on the other 2008 R2 Server. The window grays out and has "not responding" in the ribbon, but it still carries on and completes. However on this server it quits.

          Richard Andrew x64R Offline
          Richard Andrew x64R Offline
          Richard Andrew x64
          wrote on last edited by
          #4

          I recommend that you use the remote debugging tools in Visual Studio to find where it is hanging up. Remote Debugging[^]

          The difficult we do right away... ...the impossible takes slightly longer.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups