CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    6

    VS 2010 debugger broke

    No effectual changes to code, and yet it broke. It's all CLR though so I'm supposing the fact that it's C# is irrelevant. Are there dependencies or something I need to fix? I didn't even mess with the settings. It's a windows form, if that matters.

    The executable launches fine on its own.

    The debug output looks like:
    Code:
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Users\Adam\documents\visual studio 2010\Projects\TranslationMadeEasy\TranslationMadeEasy\bin\Debug\TranslationMadeEasy.exe', Symbols loaded.
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll'
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll'
    'TranslationMadeEasy.exe' (Managed (v2.0.50727)): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll'
    The program '[0xAFC] TranslationMadeEasy.exe: Managed (v2.0.50727)' has exited with code 0 (0x0).

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VS 2010 debugger broke

    Is there a question there somewhere?
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured