Common language runtime debugging services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drosophila1903
    New Member
    • Mar 2007
    • 2

    Common language runtime debugging services

    hello all,

    I have a problem with an application I have created. I built a program in vb.net and created a setup file for that. the program runs successfuly in my computer.
    however when I run the setup file of my application in other computers I get an error like this:

    "Common language runtime debugging services
    application has generated an exception that could not be handled.
    process id=0x764 (1892), thread id=0x214 (532)"

    the numbers in the process id and thread id change every time I try to run, they are not constant.

    Is there anyone else that have an idea about the problem and how to fix it?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Welcome to the site. You can download the .NET SDK CLR Debugger. Here is a link on debugging ASP.NET using the CLR debugger, but it should be similar for a WinForms application:

    Debugging ASP.NET with the CLR Debugger

    You can download the .NET SDK Here:

    Microsoft Download Center

    As long as the PDBs are included with the application you should be able to
    debug.

    Comment

    • drosophila1903
      New Member
      • Mar 2007
      • 2

      #3
      I guess the computer that I try to run on has .net sdk already installed. but I could not find the CLR debugger
      Last edited by drosophila1903; Apr 1 '07, 02:17 PM. Reason: I got my own answer

      Comment

      Working...