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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. IDE hangs up on executing !

IDE hangs up on executing !

Scheduled Pinned Locked Moved C#
visual-studiocsharpquestionbeta-testinghelp
12 Posts 6 Posters 0 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.
  • E EdgarBM

    Hi, I have installed the Enterprise developer version after uninstalling the beta version of Visual Studio .NET. The problem is that now I can't execute any application from the Begin button, neither debugging step by step; it doesn't matter either the size and number of forms of the project. In all cases when the form should be shown the IDE hangs up like if the window shown was disabled. I can close the application process and the IDE seems to recover but keeps on hanged up. At the and I must close de IDE process. I uninstalled SourceSafe (I installed VS.NET & SourceSafe at the same time) but nothing changed. Does anyone knows what is happening and why?, any similar problem? Thanks in advance, Edgar Edgar Berengena Moreno Software Engineer Appeyron Research

    S Offline
    S Offline
    Stephane Rodriguez
    wrote on last edited by
    #3

    .NET service pack 2.


    And I swallow a small raisin.

    E 1 Reply Last reply
    0
    • S Stephane Rodriguez

      .NET service pack 2.


      And I swallow a small raisin.

      E Offline
      E Offline
      EdgarBM
      wrote on last edited by
      #4

      Thanks for your reply. I have already installed it on my computer but keeps on hanging up... Any other suggestion? Edgar Berengena Moreno Software Engineer Appeyron Research

      N 1 Reply Last reply
      0
      • E EdgarBM

        Thanks for your reply. I have already installed it on my computer but keeps on hanging up... Any other suggestion? Edgar Berengena Moreno Software Engineer Appeyron Research

        N Offline
        N Offline
        Nnamdi Onyeyiri
        wrote on last edited by
        #5

        thats the problem, apparently .NET service pack 2 is screwing up PC's http://www.codeproject.com/script/rumor/article.asp?id=260[^] read the bit just under the bullet point list. i may try and uninstall it tonight.


        :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
        :suss:"All programmers are playwrights and all computers are lousy actors."

        1 Reply Last reply
        0
        • E EdgarBM

          Hi, I have installed the Enterprise developer version after uninstalling the beta version of Visual Studio .NET. The problem is that now I can't execute any application from the Begin button, neither debugging step by step; it doesn't matter either the size and number of forms of the project. In all cases when the form should be shown the IDE hangs up like if the window shown was disabled. I can close the application process and the IDE seems to recover but keeps on hanged up. At the and I must close de IDE process. I uninstalled SourceSafe (I installed VS.NET & SourceSafe at the same time) but nothing changed. Does anyone knows what is happening and why?, any similar problem? Thanks in advance, Edgar Edgar Berengena Moreno Software Engineer Appeyron Research

          L Offline
          L Offline
          leppie
          wrote on last edited by
          #6

          I had problems with SmartHelp and IDE, dunno if this is related. Format is allways a solution :) MYrc : A .NET IRC client with C# Plugin Capabilities. See http://sourceforge.net/projects/myrc for more info. :-D

          1 Reply Last reply
          0
          • E EdgarBM

            Hi, I have installed the Enterprise developer version after uninstalling the beta version of Visual Studio .NET. The problem is that now I can't execute any application from the Begin button, neither debugging step by step; it doesn't matter either the size and number of forms of the project. In all cases when the form should be shown the IDE hangs up like if the window shown was disabled. I can close the application process and the IDE seems to recover but keeps on hanged up. At the and I must close de IDE process. I uninstalled SourceSafe (I installed VS.NET & SourceSafe at the same time) but nothing changed. Does anyone knows what is happening and why?, any similar problem? Thanks in advance, Edgar Edgar Berengena Moreno Software Engineer Appeyron Research

            A Offline
            A Offline
            Anonymous
            wrote on last edited by
            #7

            this is a known problem with vs 7.0, it is not fixed in sp1 pr sp2, there are steps to help the problem but to be honest i can't remember what they are (sorry). if you post your problems to the microsoft.public.dotnet.languages.csharp newsgroup you will get a lot of help there. I get it about 4 times out of 10, but I get usually get it to work by clicking the restart toolbar button. I vaguely remember it also helps if you don't use your system to host a web dev stuff (asp), stopping some of the services on your machine to do with this helps, although it never fixed mine as I don't use the machine for asp stuff. There is also some stuff on msdn/technet aboput the problem as well. sorry I couldn't be of much help. bg

            A 1 Reply Last reply
            0
            • A Anonymous

              this is a known problem with vs 7.0, it is not fixed in sp1 pr sp2, there are steps to help the problem but to be honest i can't remember what they are (sorry). if you post your problems to the microsoft.public.dotnet.languages.csharp newsgroup you will get a lot of help there. I get it about 4 times out of 10, but I get usually get it to work by clicking the restart toolbar button. I vaguely remember it also helps if you don't use your system to host a web dev stuff (asp), stopping some of the services on your machine to do with this helps, although it never fixed mine as I don't use the machine for asp stuff. There is also some stuff on msdn/technet aboput the problem as well. sorry I couldn't be of much help. bg

              A Offline
              A Offline
              Anonymous
              wrote on last edited by
              #8

              Our group has encountered the same problem. We have found two things that will "un-hang" the IDE. 1. Disconnect your network connection (I have created a short-cut to enable/disable the connection). 2. Run the NET configuration utility (don't know why this works but it does). :suss:

              1 Reply Last reply
              0
              • E EdgarBM

                Hi, I have installed the Enterprise developer version after uninstalling the beta version of Visual Studio .NET. The problem is that now I can't execute any application from the Begin button, neither debugging step by step; it doesn't matter either the size and number of forms of the project. In all cases when the form should be shown the IDE hangs up like if the window shown was disabled. I can close the application process and the IDE seems to recover but keeps on hanged up. At the and I must close de IDE process. I uninstalled SourceSafe (I installed VS.NET & SourceSafe at the same time) but nothing changed. Does anyone knows what is happening and why?, any similar problem? Thanks in advance, Edgar Edgar Berengena Moreno Software Engineer Appeyron Research

                J Offline
                J Offline
                James T Johnson
                wrote on last edited by
                #9

                EdgarBM wrote: after uninstalling the beta version of Visual Studio .NET. Before you installed VS.NET did you make sure to remove all traces of the beta? Chances are mscoree.dll was still lying around somewhere on your hard drive and that could have screwed some stuff up. FWIW, when you got the Beta package there were several warnings about not being installed on a primary computer because the recommended way of switching from a beta is to format and reinstall. Fortunately the uninstall actually worked starting with RC0 ;) James "And we are all men; apart from the females." - Colin Davies

                1 Reply Last reply
                0
                • N Nnamdi Onyeyiri

                  i can run the app with ctrl+F5, but wen i try to debug it, the IDE hangs as well.


                  :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
                  :suss:"All programmers are playwrights and all computers are lousy actors."

                  J Offline
                  J Offline
                  James T Johnson
                  wrote on last edited by
                  #10

                  Does it just sit there doing nothing or is it really hung (ie responds to nothing)? For me in about 15 of 100 runs it will stop execution after loading System.Drawing.dll James "And we are all men; apart from the females." - Colin Davies

                  N 1 Reply Last reply
                  0
                  • J James T Johnson

                    Does it just sit there doing nothing or is it really hung (ie responds to nothing)? For me in about 15 of 100 runs it will stop execution after loading System.Drawing.dll James "And we are all men; apart from the females." - Colin Davies

                    N Offline
                    N Offline
                    Nnamdi Onyeyiri
                    wrote on last edited by
                    #11

                    well - im not 100% sure, after a long time the debug bar appears, but still the app does not show, so I just end the process for the app, and the IDE returns to normal.


                    :suss: Email: theeclypse@hotmail.com   URL: http://www.onyeyiri.co.uk
                    :suss:"All programmers are playwrights and all computers are lousy actors."

                    1 Reply Last reply
                    0
                    • E EdgarBM

                      Hi, I have installed the Enterprise developer version after uninstalling the beta version of Visual Studio .NET. The problem is that now I can't execute any application from the Begin button, neither debugging step by step; it doesn't matter either the size and number of forms of the project. In all cases when the form should be shown the IDE hangs up like if the window shown was disabled. I can close the application process and the IDE seems to recover but keeps on hanged up. At the and I must close de IDE process. I uninstalled SourceSafe (I installed VS.NET & SourceSafe at the same time) but nothing changed. Does anyone knows what is happening and why?, any similar problem? Thanks in advance, Edgar Edgar Berengena Moreno Software Engineer Appeyron Research

                      E Offline
                      E Offline
                      EdgarBM
                      wrote on last edited by
                      #12

                      I've got the solution! Thanks in advance to everybody who tried to help in anyway. The solution is to recover a bug on the uninstallation program of the Beta version, it's all explained on: Q312115 - PRB: Visual Studio Debugger Stops Responding After You Install Post-Beta 2 Build It's about a service called ".NET Framework Support Service" which is not removed during the uninstall and produces all this problem. You must only to disable it and reinitialize the computer (find it at the Control Panel - Administrative Tools - Services, and disable it through Properties window). Thanks to everyone. Edgar :-D Edgar Berengena Moreno Software Engineer Appeyron Research

                      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