application has generated an exception that could not be handled.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vijaykumar Gaikwad
    New Member
    • Mar 2008
    • 1

    application has generated an exception that could not be handled.

    While running application in user's machine i am getting error message i.e. Application has generated an exception that could not be handled.
    process id=0x1sec (492), Thread id =0xa04 (2564). Click ok to terminate the application click cancel to debug the application. While running on my machine and some of the users machine it's running fine.Framework installed is same on all the machines. So i don't understand what may be the reason. Could someone guide me on this?

    Thanking you in anticipation.
  • balabaster
    Recognized Expert Contributor
    • Mar 2007
    • 798

    #2
    Originally posted by Vijaykumar Gaikwad
    While running application in user's machine i am getting error message i.e. Application has generated an exception that could not be handled.
    process id=0x1sec (492), Thread id =0xa04 (2564). Click ok to terminate the application click cancel to debug the application. While running on my machine and some of the users machine it's running fine.Framework installed is same on all the machines. So i don't understand what may be the reason. Could someone guide me on this?

    Thanking you in anticipation.
    Are you using any objects that aren't part of the base .Net Framework? Did you import any DLLs into your project? How did you install your software on the user's machines? Did you do an xcopy of your bin directory or did you create a software installer? If you created an installer, did you remember to check your file dependencies? Do you reference any files in your application? Do the files exist on all the user's machines? This error could be caused by any number of things and really it's hard to nail it down without anything more concrete. What was the user doing when the error occurred? What does the application do? So many questions, so little time...

    Comment

    Working...