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. The Lounge
  3. Why VS sucks today!

Why VS sucks today!

Scheduled Pinned Locked Moved The Lounge
visual-studiohelpcsharp
9 Posts 7 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.
  • K Offline
    K Offline
    kmoorevs
    wrote on last edited by
    #1

    Visual Studio 2010 on my laptop has suddenly developed a major problem. I don't mind stopping debugging to edit a line of code, but now have to close VS completely to restart the solution! :mad: Otherwise, F5 is useless, giving an error message that the file is being used by another process!! If I could just write perfect code the first time, this wouldn't be a problem, but I'm not that good...yet! Good thing it's almost time to quit! :laugh:

    "Go forth into the source" - Neal Morse

    T A D R 4 Replies Last reply
    0
    • K kmoorevs

      Visual Studio 2010 on my laptop has suddenly developed a major problem. I don't mind stopping debugging to edit a line of code, but now have to close VS completely to restart the solution! :mad: Otherwise, F5 is useless, giving an error message that the file is being used by another process!! If I could just write perfect code the first time, this wouldn't be a problem, but I'm not that good...yet! Good thing it's almost time to quit! :laugh:

      "Go forth into the source" - Neal Morse

      T Offline
      T Offline
      TheGreatAndPowerfulOz
      wrote on last edited by
      #2

      Format C:

      If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
      You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
      Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

      K L 2 Replies Last reply
      0
      • T TheGreatAndPowerfulOz

        Format C:

        If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
        You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
        Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

        K Offline
        K Offline
        kmoorevs
        wrote on last edited by
        #3

        Thanks! It is about 50% done now...that may just do the trick! :laugh:

        "Go forth into the source" - Neal Morse

        1 Reply Last reply
        0
        • T TheGreatAndPowerfulOz

          Format C:

          If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
          You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
          Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          ahmed zahmed wrote:

          Format C:

          format c: /q /y quick format without user interaction.... And why don't we have an evil maniacal laugh icon?

          1 Reply Last reply
          0
          • K kmoorevs

            Visual Studio 2010 on my laptop has suddenly developed a major problem. I don't mind stopping debugging to edit a line of code, but now have to close VS completely to restart the solution! :mad: Otherwise, F5 is useless, giving an error message that the file is being used by another process!! If I could just write perfect code the first time, this wouldn't be a problem, but I'm not that good...yet! Good thing it's almost time to quit! :laugh:

            "Go forth into the source" - Neal Morse

            A Offline
            A Offline
            Andy Brummer
            wrote on last edited by
            #5

            I get that when I'm debugging a .net component that loads a C dll like hunspell. I wish I had a fix because it is a complete PITA when I make changes to that component.

            Curvature of the Mind now with 3D

            1 Reply Last reply
            0
            • K kmoorevs

              Visual Studio 2010 on my laptop has suddenly developed a major problem. I don't mind stopping debugging to edit a line of code, but now have to close VS completely to restart the solution! :mad: Otherwise, F5 is useless, giving an error message that the file is being used by another process!! If I could just write perfect code the first time, this wouldn't be a problem, but I'm not that good...yet! Good thing it's almost time to quit! :laugh:

              "Go forth into the source" - Neal Morse

              D Offline
              D Offline
              Dimitri Nostarik
              wrote on last edited by
              #6

              Did you try turning it on and off again?

              1 Reply Last reply
              0
              • K kmoorevs

                Visual Studio 2010 on my laptop has suddenly developed a major problem. I don't mind stopping debugging to edit a line of code, but now have to close VS completely to restart the solution! :mad: Otherwise, F5 is useless, giving an error message that the file is being used by another process!! If I could just write perfect code the first time, this wouldn't be a problem, but I'm not that good...yet! Good thing it's almost time to quit! :laugh:

                "Go forth into the source" - Neal Morse

                R Offline
                R Offline
                Rob Philpott
                wrote on last edited by
                #7

                That can happen sometimes. Turn off Visual Studio hosting (vshost) when debugging.

                Regards, Rob Philpott.

                K A 2 Replies Last reply
                0
                • R Rob Philpott

                  That can happen sometimes. Turn off Visual Studio hosting (vshost) when debugging.

                  Regards, Rob Philpott.

                  K Offline
                  K Offline
                  kmoorevs
                  wrote on last edited by
                  #8

                  Thanks Rob, that did the trick! :thumbsup:

                  "Go forth into the source" - Neal Morse

                  1 Reply Last reply
                  0
                  • R Rob Philpott

                    That can happen sometimes. Turn off Visual Studio hosting (vshost) when debugging.

                    Regards, Rob Philpott.

                    A Offline
                    A Offline
                    Asgard25
                    wrote on last edited by
                    #9

                    If you want vshost on while debugging, just everytime you run it, open task manager and close/end "solutionName".vshost.exe under processes before the build completes.

                    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