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 8095821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:15:43+00:00 2026-06-05T21:15:43+00:00

I have installed a C# windows forms app on a client machine which does

  • 0

I have installed a C# windows forms app on a client machine which does not have Visual Studio installed.

When the application is run, it immediately crashes with a dialog which says

ProgramX has stopped working. A problem caused the program to stop working correctly. Please close the program.”

The only button on the dialog is “close the program”.

I would like to see the exception message and stack trace so that I can diagnose the issue.

I have tried installing the .Net SDK, which comes with “windbg”. I have run the program in windbg, and managed to get it to say “CLR exception”. However, I cannot get windbg to print the exception message or stack trace. It will not load SOS or PSSCOR2, because of DLL loading messages, even after lots of fiddling. There must be an easier way!

(If your answer involves windbg, please include detailed step by step instructions as I have tried and failed at this approach.)

The application is a .Net 3.5 app. The machine has .Net 3.5 and .Net 4 installed. There is nothing in the event log (that I can find).

  • 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-06-05T21:15:45+00:00Added an answer on June 5, 2026 at 9:15 pm

    If you do NOT have access to source code then you have a problem. Exceptions should finish in windows events. Maybe exception is being suppressed.

    If you DO have access to source code you can surround starting code with TRY\CATCH and in CATCH and print exception info to a file:

    • ex.message
    • ex.InnerException.Message
    • ex.StackTrace

    Code

            try
            {
                //Your code
            }
            catch (Exception ex)
            {
                //Log info to a file in same directory
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working in Visual Studio 2008 and have a Windows Forms project +
I have installed my windows application that uses TeeChart ActiveX (a COM Component for
I have installed Qt for windows CE using this link http://qt.nokia.com/products/platform/qt-for-windows-ce for visual studio8,
I have installed SQL Server 2008 R2 Express on Windows 7. When I run
I am running windows 7 and have installed an Ubuntu machine using virtual box.
I've got yet another deployment problem. What I have: little Windows Forms application that
I am quite new to windows form app development. I have an app installed
We are developing a .NET 3.5 application (Windows Forms), which is comprised of 3
I have a Windows form App which write to log files using log4net. The
I have a windows forms application that uses excel to generate some reports. Untill

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.