Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7179875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:13:48+00:00 2026-05-28T17:13:48+00:00

My winform application crashes as soon as its been launched. This problem is only

  • 0

My winform application crashes as soon as its been launched. This problem is only happening in one of the client computer. Works fine for all other clients. I was thinking of using ADPlus to get a crash dump but problem is in order to configure ADPlus in crash mode, debugger need to be attached to running application first. That means application must be running when I configure ADPlus, however, as I said my application crashes as soon as I start it. It does not give me a chance to run ADPlus. Any idea if ADPlus can be used in this scenario? Are there any other tools that I can use generate a process dump in this case?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:13:49+00:00Added an answer on May 28, 2026 at 5:13 pm

    Since you can’t start the program and then attach a debugger in time, you can try one of the following ideas:

    • Start the program under the debugger on the machine where it’s crashing. As already mentioned, ProcDump is enough for that purpose, or you can use Visual Studio or WinDBG.
    • If you can’t easily start the program under the debugger (for example, if it is actually a Windows service), use gflags to make Windows start the program under the debugger. This will create a subkey for your program filename under the Image File Execution Options registry key.
    • Set your debugger as the postmortem debugger, so it always launches when any program crashes.

    If and when the crash happens, the debugger will automatically break in and either create a dump automatically or let you create one manually.

    If you can’t run a debugger, not even ProcDump, you can use Windows’ built-in crash dump facility to create a dump automatically:

    • On Windows XP and Windows Server 2003, set Dr. Watson as the postmortem debugger by running this command:

      drwtsn32 -i
      

      Here is info on what this command does and how to use Dr. Watson: Capturing Application Crash Dumps

    • On Windows Vista SP1, Windows Server 2008, and later, set Windows Error Reporting to save dumps locally by creating this registry key:

      HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps
      

      You don’t need to create or set any values or subkeys under this key. If you want to change settings, here is more info: Collecting User-Mode Dumps

      Note that “applications that do their own custom crash reporting, including .NET applications, are not supported by” WER. This is a problem for you because your app uses WinForms – although there is some indication that the feature does work with .NET 4 apps on Windows 7.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My winform application is launched by another application (the parent), I need determine the
I am creating an winform application that will run on a tablet PC. One
This is my first WinForm application using the Entity Framework and I have to
My WinForm application is configured like this: public class RepositoriesInstaller : IWindsorInstaller { public
In my winform application want to cover full computer monitor. But, windows 7 task
In my vb.net winform application, I am moving the file (ex: sample.xls from one
I created a winform application and then created a setup of that application. this
Winform application contains one form with a reportViewer control. When the form is initialized
I have one winform application. I can get HTML of page using webclient call
I have a winform application that goes with name myForm . Within this form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.