Common Language Runtime Debugging Services

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • michele

    #1

    Common Language Runtime Debugging Services

    Hi, I've a problem with my .Net apllication that before runs ok. Now, when I
    try to run application appears a dialog box titled "Common Language Runtime
    Debugging Services" and reports "applicatio ns has generated and exception
    that could not handled". My application was develped with Visual Studio 2003
    for Framework 1.1.
    Can you help me to troubleshoot this problem.
    Thanks


  • Spam Catcher

    #2
    Re: Common Language Runtime Debugging Services

    "michele" <michele@zenna. itwrote in
    news:uiQj4tOOHH A.780@TK2MSFTNG P03.phx.gbl:
    Hi, I've a problem with my .Net apllication that before runs ok. Now,
    when I try to run application appears a dialog box titled "Common
    Language Runtime Debugging Services" and reports "applicatio ns has
    generated and exception that could not handled". My application was
    develped with Visual Studio 2003 for Framework 1.1.
    Can you help me to troubleshoot this problem.
    Have you tried placing a debugger on the app?

    Comment

    • michele

      #3
      Re: Common Language Runtime Debugging Services


      "Spam Catcher" <spamhoneypot@r ogers.comha scritto nel messaggio
      news:Xns98B9C3C 5E8C18usenethon eypotrogers@127 .0.0.1...
      "michele" <michele@zenna. itwrote in
      news:uiQj4tOOHH A.780@TK2MSFTNG P03.phx.gbl:
      >
      >Hi, I've a problem with my .Net apllication that before runs ok. Now,
      >when I try to run application appears a dialog box titled "Common
      >Language Runtime Debugging Services" and reports "applicatio ns has
      >generated and exception that could not handled". My application was
      >develped with Visual Studio 2003 for Framework 1.1.
      >Can you help me to troubleshoot this problem.
      >
      Have you tried placing a debugger on the app?
      The appllication was installed on different computer where it was developed,
      do you think that I can install a dubbugger on that computer without install
      Visual Studio 2003?


      Comment

      • Spam Catcher

        #4
        Re: Common Language Runtime Debugging Services

        "michele" <michele@zenna. itwrote in
        news:eD$NGFUOHH A.5064@TK2MSFTN GP04.phx.gbl:
        The appllication was installed on different computer where it was
        developed, do you think that I can install a dubbugger on that
        computer without install Visual Studio 2003?
        Yes, 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:



        You can download the .NET SDK Here:

        http://www.microsoft.com/downloads/d...9b3a2ca6-3647-
        4070-9f41-a333c6b9181d&di splaylang=en

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

        Comment

        Working...