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. .NET (Core and Framework)
  4. HELP: How to remove the Microsoft.NET Framework error dialog by programming?

HELP: How to remove the Microsoft.NET Framework error dialog by programming?

Scheduled Pinned Locked Moved .NET (Core and Framework)
databasehelpcsharpc++dotnet
7 Posts 5 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.
  • C Offline
    C Offline
    Curious 2009
    wrote on last edited by
    #1

    Hi, I have a VB application to access a SQL database on the Server (24-hour operation), once a while I do have a Microsoft.NET Framework error dialog pop-up and my application hang-up! 1. I intend to delete this error & re-launch my application over automatically! I do have a VC++ Kill process to remove my application (succesfully remove all other applications) ... but it failed and can't remove this Pop-up dialog! 2. I notify that if I launch the Window Task Manager,when I select in Process tab my application, when I select Terminate/End button ... a new dialog pop-up and I have to select Terminate button one more time ... finally the Microsoft.NET Framework error dialog disappear! Anyone know any application (or link) to perform Step #2 above automatically? Thank to any help :doh:

    D J 2 Replies Last reply
    0
    • C Curious 2009

      Hi, I have a VB application to access a SQL database on the Server (24-hour operation), once a while I do have a Microsoft.NET Framework error dialog pop-up and my application hang-up! 1. I intend to delete this error & re-launch my application over automatically! I do have a VC++ Kill process to remove my application (succesfully remove all other applications) ... but it failed and can't remove this Pop-up dialog! 2. I notify that if I launch the Window Task Manager,when I select in Process tab my application, when I select Terminate/End button ... a new dialog pop-up and I have to select Terminate button one more time ... finally the Microsoft.NET Framework error dialog disappear! Anyone know any application (or link) to perform Step #2 above automatically? Thank to any help :doh:

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      This may sound ridiculous, but wouldn't it be easier to fix the bug causing the error in the first place?? Why go through all the calisthenics and genuflecting?

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      P L C 3 Replies Last reply
      0
      • D Dave Kreskowiak

        This may sound ridiculous, but wouldn't it be easier to fix the bug causing the error in the first place?? Why go through all the calisthenics and genuflecting?

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008
        But no longer in 2009...

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #3

        Dagnabit. That's just crazy talk.

        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

        My blog | My articles | MoXAML PowerToys | Onyx

        1 Reply Last reply
        0
        • C Curious 2009

          Hi, I have a VB application to access a SQL database on the Server (24-hour operation), once a while I do have a Microsoft.NET Framework error dialog pop-up and my application hang-up! 1. I intend to delete this error & re-launch my application over automatically! I do have a VC++ Kill process to remove my application (succesfully remove all other applications) ... but it failed and can't remove this Pop-up dialog! 2. I notify that if I launch the Window Task Manager,when I select in Process tab my application, when I select Terminate/End button ... a new dialog pop-up and I have to select Terminate button one more time ... finally the Microsoft.NET Framework error dialog disappear! Anyone know any application (or link) to perform Step #2 above automatically? Thank to any help :doh:

          J Offline
          J Offline
          JHizzle
          wrote on last edited by
          #4
          1. What's the error? 2) Where does it occur? Because, depending on where it is, you could handle what's happening without the need for your application to restart.
          C 1 Reply Last reply
          0
          • D Dave Kreskowiak

            This may sound ridiculous, but wouldn't it be easier to fix the bug causing the error in the first place?? Why go through all the calisthenics and genuflecting?

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            L Offline
            L Offline
            Luc Pattyn
            wrote on last edited by
            #5

            Dave Kreskowiak wrote:

            Why go through all the calisthenics and genuflecting?

            to increase body strength and flexibility, that at least is what wikipedia says on the subject. :)

            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum

            Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.

            1 Reply Last reply
            0
            • J JHizzle
              1. What's the error? 2) Where does it occur? Because, depending on where it is, you could handle what's happening without the need for your application to restart.
              C Offline
              C Offline
              Curious 2009
              wrote on last edited by
              #6

              Since the error happen when the application required to continue immediately, so I didn't have time to debug. But as you suggested, I have no choice to do it! - I will wait for it happen again to analyzy it. I will ask for help again if I can't solve it myself Thank for the guideline

              1 Reply Last reply
              0
              • D Dave Kreskowiak

                This may sound ridiculous, but wouldn't it be easier to fix the bug causing the error in the first place?? Why go through all the calisthenics and genuflecting?

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                C Offline
                C Offline
                Curious 2009
                wrote on last edited by
                #7

                I will try to analyze the error this time, even the application required to continue immediately Thank for the hint

                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