Results 1 to 3 of 3

Thread: can't find JIT debugger

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122

    can't find JIT debugger

    I have written a simple vb .net windows app. that runs absolutely fine on my machine. However, I need to run it on someone else's machine who also has the .net framework installed with windows xp. When I build and release the app, copy all of the necessary bin files to his computer, and attempt to run the program, I get an error that says the program cannot find the JIT debugger necessary. If I cancel the debugger, I just get another error that says the program cannor find cordbg.exe !a.

    Common sense tells me that it is searching for the visual studio .net just in time debugger, but can't find it. How can I keep it from looking for the debugger once the application is released?

    I attached the form code, although it probably won't help.

    Thanks, Jonathan
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width