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 does Visual Studio just not work ?

Why does Visual Studio just not work ?

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestionasp-netcom
27 Posts 18 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.
  • C Christian Graus

    I have some code in my application start, for an ASP.NET web site. I was running it with breakpoints, and suddenly, the breakpoints stopped working. So, I closed VS and reopened. It's frozen on trying to open my website, I think I need to reboot.

    Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

    C Offline
    C Offline
    chaq686
    wrote on last edited by
    #18

    That's used to happen to me when I open the same project twice. And sometime you have load the symbols. The break points are on the pbd files.

    1 Reply Last reply
    0
    • C Christian Graus

      I have some code in my application start, for an ASP.NET web site. I was running it with breakpoints, and suddenly, the breakpoints stopped working. So, I closed VS and reopened. It's frozen on trying to open my website, I think I need to reboot.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      Y Offline
      Y Offline
      Yortw
      wrote on last edited by
      #19

      It's because you're writing a web site/app. I write smart clients and I never have that kind of problem ;P (In case anyone misses the emoticon, that was intended as a joke. Now that I've explained that, it's not funny. I know.)

      1 Reply Last reply
      0
      • C Christian Graus

        I have some code in my application start, for an ASP.NET web site. I was running it with breakpoints, and suddenly, the breakpoints stopped working. So, I closed VS and reopened. It's frozen on trying to open my website, I think I need to reboot.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        J Offline
        J Offline
        johnsyd
        wrote on last edited by
        #20

        Just plain broken. Ask VS to Find Definition of a function sitting a few lines above in same source file? (a) Nope, doesn't exist (b) Here is a list of 67 places a function of that name exists in the Solution - please pick one. (c) Occasionally, it will take you where you want And also, it can take over a minute to work this out. Ask VS to Find Declaration of the function definition you're sitting on? Most of the time, it grinds away for a minute only to sink back exhausted on the definition again. Build? If you're lucky! (a) Sometimes it actually identifies all the changed source and recompiles those objects - yay! (b) Often it misses some changed source and does not recompile the objects - yes, those projects are ticked as dependencies of the executable :-( (c) Quite often the incremental linker loses the plot and generates a corrupt binary. No kidding - I've changed one line in a method of a class in a .cpp file with not a template in sight, clicked build and then run it ... Crash! Ordinal 99 not found in ThirdParty.dll (or access violation indexing into std::vector is an old favourite) Sigh ... Rebuild ... Run ... Crash! Ordinal 99 etc. Grrrr ... Manually delete all the output object files, intermediate linker files, executable, etc. Build ... Run ... Works now (phew). VS2008 SP1 was a bit quirky but Vs2010 lives in a full-blown psychotic episode.

        1 Reply Last reply
        0
        • L Lost User

          In answer to the specific question of the title, I suspect this is because Microsoft developers rush product out the door due to the marketeers - whether it is fully tested or not. I have problems with VS2010 at least once a day - and I am not a particularly heavy user (although my dietitian would argue the case!) A particularly annoying aspect is when an unhandled exception is raised, with the nice little alert box showing the message, with a line pointing to the line of code throwing the exception? Almost every time I get this, the screen corrupts, so I cannot see the line properly - sometimes moving it from one monitor to the other corrects the fault, sometimes restarting VS (a royal pain in the middle of debugging) and sometimes I just go home.. I have had breakpoints effectively stop working before, too. so, little comfort though it may be, you're not alone...

          ___________________________________________ .\\axxx (That's an 'M')

          M Offline
          M Offline
          Michael Kingsford Gray
          wrote on last edited by
          #21

          I use VS for at least 5 hours every day, and never ever have these problems. Mine runs as smooth as silk. But I run 64 bit Vista, with 8Gb of ram. Perhaps that is what is rendering it stable?

          L 1 Reply Last reply
          0
          • B Bob1000

            If using VS2010 - that's your problem. It's a well known fact that you should never use any version of VS until at least the second service pack! Note There is a difference in terminology with providers A Google Beta release means its a release version A Microsoft release means its a Beta version :) Has Google ever actually released anything that isn't a Beta ?

            M Offline
            M Offline
            Michael Kingsford Gray
            wrote on last edited by
            #22

            Utter cobblers.

            B 1 Reply Last reply
            0
            • M Michael Kingsford Gray

              Utter cobblers.

              B Offline
              B Offline
              Bob1000
              wrote on last edited by
              #23

              Ooops someone without a sense of humour! The truth is VS2010 is a product that is virtualy unusuable with native C++, looking forwards to SP2!

              1 Reply Last reply
              0
              • M Michael Kingsford Gray

                I use VS for at least 5 hours every day, and never ever have these problems. Mine runs as smooth as silk. But I run 64 bit Vista, with 8Gb of ram. Perhaps that is what is rendering it stable?

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

                Michael K Gray wrote:

                I use VS for at least 5 hours every day, and never ever have these problems. Mine runs as smooth as silk. But I run 64 bit Vista, with 8Gb of ram. Perhaps that is what is rendering it stable?

                I use VS2008 sometimes 12 hours in a day - can't think of more than once or twice in a couple of years where the IDE crashed or became unstable. I use it on my own equipment (64-bit W7, 32-bit W7) using VSS and on the office machine (32-bit W7 using TFS). Never have any problems with it. I don't do much web development but have done some and it runs stable, no problems. Sorry to hear people are having trouble with it. Glad I ain't among them! -Max

                A 1 Reply Last reply
                0
                • C Chris Maunder

                  That's gold.

                  cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP

                  M Offline
                  M Offline
                  Matthew Page
                  wrote on last edited by
                  #25

                  I think you need to cover your office floor, walls and ceiling with tin foil... You need to rule out the induced-electrical-flow-from-flowing-water syndrome possibility... To be on the safe side, you should wrap yourself with tin foil... This will rule out the jynx effect...

                  1 Reply Last reply
                  0
                  • L Lost User

                    Michael K Gray wrote:

                    I use VS for at least 5 hours every day, and never ever have these problems. Mine runs as smooth as silk. But I run 64 bit Vista, with 8Gb of ram. Perhaps that is what is rendering it stable?

                    I use VS2008 sometimes 12 hours in a day - can't think of more than once or twice in a couple of years where the IDE crashed or became unstable. I use it on my own equipment (64-bit W7, 32-bit W7) using VSS and on the office machine (32-bit W7 using TFS). Never have any problems with it. I don't do much web development but have done some and it runs stable, no problems. Sorry to hear people are having trouble with it. Glad I ain't among them! -Max

                    A Offline
                    A Offline
                    Adar Wesley
                    wrote on last edited by
                    #26

                    We have sevarl machines at work with VS2010 installed on Windows XP Pro. SP3. The machines with weaker graphics cards exhibit these types of problems. So based on that our educated guess is that the problem is with WPF Rendering (VS2010 UI was rebuilt in WPF) on these weaker machines is what gets stuck. Never saw a problem running VS2010 on Windows 7. Time to upgrade the OS ... --- Adar Wesley

                    L 1 Reply Last reply
                    0
                    • A Adar Wesley

                      We have sevarl machines at work with VS2010 installed on Windows XP Pro. SP3. The machines with weaker graphics cards exhibit these types of problems. So based on that our educated guess is that the problem is with WPF Rendering (VS2010 UI was rebuilt in WPF) on these weaker machines is what gets stuck. Never saw a problem running VS2010 on Windows 7. Time to upgrade the OS ... --- Adar Wesley

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

                      Seems to make sense, though I used it under XP for a good while without problems as well. It was on the same hardware, though. Generally I'm just happy with VS2008. It's really a first-class piece of software. I also use it in my own business that I'm starting and I see no reason to retool any time soon. I purchased VS2008 "Standard" a year or two ago and added Active Reports 6 to it a couple months ago which pretty much brings it up to "Pro" level. With it, SQL 2008 Express and VSS it's a nice set up. Very few, if any, problems - certainly nothing I can't work around. Cheers, -Max

                      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