Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Clever Code
  4. Flash kills VS debugging (vshost.exe)

Flash kills VS debugging (vshost.exe)

Scheduled Pinned Locked Moved Clever Code
csharpvisual-studiocombeta-testinghtml
6 Posts 5 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Judah Gabriel Himango
    wrote on last edited by
    #1

    Using Visual Studio 2005 (and also on beta 1 of VS 2008), we were getting a strange case where any exception thrown in our C# code, instead of stepping into the debugger, caused Visual Studio hosting process (vshost.exe) to crash, effectively ending the debugging session. Some Google searches revealed someone who ran into this issue where he had a Flash ActiveX control on his Windows Form. For us, we had no such ActiveX control. After a lot of head-scrating and WinDbg'ing, we saw some Flash calls in the dump stack. It turns out we had a System.Windows.Forms.WebBrowser on our form that had been navigated, for testing purposes, to Yahoo.com. Yahoo, in turn, has a Flash ActiveX control on the front page, thus breaking CLR debugging in Visual Studio. :doh:

    Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

    S P 2 Replies Last reply
    0
    • J Judah Gabriel Himango

      Using Visual Studio 2005 (and also on beta 1 of VS 2008), we were getting a strange case where any exception thrown in our C# code, instead of stepping into the debugger, caused Visual Studio hosting process (vshost.exe) to crash, effectively ending the debugging session. Some Google searches revealed someone who ran into this issue where he had a Flash ActiveX control on his Windows Form. For us, we had no such ActiveX control. After a lot of head-scrating and WinDbg'ing, we saw some Flash calls in the dump stack. It turns out we had a System.Windows.Forms.WebBrowser on our form that had been navigated, for testing purposes, to Yahoo.com. Yahoo, in turn, has a Flash ActiveX control on the front page, thus breaking CLR debugging in Visual Studio. :doh:

      Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

      S Offline
      S Offline
      Steve Hansen
      wrote on last edited by
      #2

      Damn that IS a pretty nasty bug :D

      1 Reply Last reply
      0
      • J Judah Gabriel Himango

        Using Visual Studio 2005 (and also on beta 1 of VS 2008), we were getting a strange case where any exception thrown in our C# code, instead of stepping into the debugger, caused Visual Studio hosting process (vshost.exe) to crash, effectively ending the debugging session. Some Google searches revealed someone who ran into this issue where he had a Flash ActiveX control on his Windows Form. For us, we had no such ActiveX control. After a lot of head-scrating and WinDbg'ing, we saw some Flash calls in the dump stack. It turns out we had a System.Windows.Forms.WebBrowser on our form that had been navigated, for testing purposes, to Yahoo.com. Yahoo, in turn, has a Flash ActiveX control on the front page, thus breaking CLR debugging in Visual Studio. :doh:

        Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #3

        How did you fix it or workaround it?

        J 1 Reply Last reply
        0
        • P PIEBALDconsult

          How did you fix it or workaround it?

          J Offline
          J Offline
          Judah Gabriel Himango
          wrote on last edited by
          #4

          By not navigating to Yahoo during debugging sessions. :) It appears there's a real fix, however, if you're interested. Here's the whole thread[^] I was referring to by another guy who hit this problem. The thread includes some answers.

          Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

          M 1 Reply Last reply
          0
          • J Judah Gabriel Himango

            By not navigating to Yahoo during debugging sessions. :) It appears there's a real fix, however, if you're interested. Here's the whole thread[^] I was referring to by another guy who hit this problem. The thread includes some answers.

            Tech, life, family, faith: Give me a visit. I'm currently blogging about: Back From Vacation The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

            M Offline
            M Offline
            Mike Dimmick
            wrote on last edited by
            #5

            So Adobe are breaking the rule of "don't change process-wide state if it's not your process". What a surprise.

            Stability. What an interesting concept. -- Chris Maunder

            C 1 Reply Last reply
            0
            • M Mike Dimmick

              So Adobe are breaking the rule of "don't change process-wide state if it's not your process". What a surprise.

              Stability. What an interesting concept. -- Chris Maunder

              C Offline
              C Offline
              Catalin Murariu
              wrote on last edited by
              #6

              Always hated Adobe for their products that come with tray and startup applications.

              Asynchronously daydreaming...

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups