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

  • SEARCH
  • Home
  • 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 150623
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:19:12+00:00 2026-05-11T09:19:12+00:00

We just spent 300 man-hours fixing a buggy application in the field. It all

  • 0

We just spent 300 man-hours fixing a buggy application in the field. It all came down to calling Application.DoEvents (re-entrancy problem).

This was not caught in design reviews, code reviews. The code was inserted two years ago with the first version; the application was always ‘flaky’ but recent changes exposed the re-entrancy problems to a greater degree.

This incident is the second time in our organization that Application.DoEvents caused failures and multi-man hours of debugging. It was discovered in this case by simply noticing the call, buried way down in a complex event handler for an asynchronous task.

What do you suggest to prevent this issue from happening again:

  • Add checkin gates to source control?
  • Developer training?
  • Code Analysis rules (why is this not already a built-in rule?)

How to I enforce a coding practice?

  • 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. 2026-05-11T09:19:12+00:00Added an answer on May 11, 2026 at 9:19 am

    Every time the application is built centrally, run this on every assembly:

    ildasm MyAssembly.exe /TEXT 

    Then search the output for:

    System.Windows.Forms.Application::DoEvents 

    If it’s found, mark the build as failed, as if it was a compile error.

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

Sidebar

Related Questions

I just spent hours trying to debug my code. The whole problem boiled down
I just spent about four hours tracking down this problem. I know what is
I just spent 5 hours by checking Google gadgets websites and FAQs, but I
I spent hours researching the problem, and just want to share a solution in
Just spent several hours writing up for a new site... looks great in my
I just spent the last 7 hours straight trying to find a way to
I just spent a few hours pulling my hair out over this. I'm trying
I just spent 3 hours wondering why I couldn't start a session, then realised
I just spent a day tracking down a really weird bug. It was a
I just spent most of a day tracking down a very strange case where

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.