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. VS2008 stability [modified]

VS2008 stability [modified]

Scheduled Pinned Locked Moved The Lounge
csharpc++htmlasp-netvisual-studio
70 Posts 48 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 Chris Maunder

    I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

    cheers, Chris Maunder

    CodeProject.com : C++ MVP

    modified on Wednesday, August 6, 2008 10:15 AM

    R Offline
    R Offline
    Robsie
    wrote on last edited by
    #39

    I had 4 or more lockups a day for around 3 weeks when doing ASP.NET development, not only would it lock up, but in the wonderful wisdom embedded into vista, I couldn't kill it. Sometimes it would be WebDev, sometimes the IDE. I had to reboot, which took forever as vista was still waiting for the "Gracefull" exit. :mad: It turned out that not long before then I had installed zone alarm basic / free version. I should have put two together sooner, but in an attempt to rid myself of the problem I removed not only zone alarm but avast. I replaced them with the free comodo firewall and have not had a lock up since. I believe it was zone alarm that caused the problem. Just thought this may help you, also I have installed the VS2008 hotfix rollup which has fixes for ASP.NET dev. nJoy.

    1 Reply Last reply
    0
    • M Marc Clifton

      leppie wrote:

      Did you change your result options?

      Oh good grief. I have to actually set this behavior as an option? :sigh: Marc

      Thyme In The Country Interacx My Blog

      P Offline
      P Offline
      pg az
      wrote on last edited by
      #40

      Marc Clifton wrote:

      Oh good grief. I have to actually set this behavior as an option? [Sigh]

      An occasionally useful one - I just searched all of my files to see which ones contained any "ifdef", not wanting to see the details of each file. With a "pipe" option I could write a macro to see which files contained NO ifdefs... "Extensibility" in other words beats exhaustively implementing all possible options, well at least Microsoft is partially there with the add-ins and stuff. But to straightforwardly be able to tweak the find-in-files, how often would THAT be cool ?

      pg--az

      1 Reply Last reply
      0
      • M Matthew Faithfull

        Marc Clifton wrote:

        doing a "search all files" for a string simply returns "yes, this file contains the string". You actually have to search the file itself for all the occurances of the string. What BS.

        :wtf: My 2008 Express certainly doesn't do that, it would have been unilaterally unistalled with extreme pedjudice a long time ago if if tried to pull anything like that. I live by Find in Files and tend to get very cranky on the fortunately fairly rare occassions when it tells lies, only searches half the files its been told to or refuses to switch off the Match Whole Word Only setting however many times I untick it. My tolerance for Micrononsense extends only so far :|

        "The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)

        P Offline
        P Offline
        pg az
        wrote on last edited by
        #41

        Matthew Faithfull wrote:

        tend to get very cranky on the fortunately fairly rare occassions when it tells lies

        About a week ago find-in-files totally broke - it would ALWAYS say something like "search stopped at user request", and say that IMMEDIATELY. So I rebooted with a "chkdsk" and doing that and nothing else completely repaired whatever the problem was. At a guess the chkdsk was needless and it was merely some internal-memory-corruption - anyway if it happens to YOU, don't have a heart attack, just reboot. I was panicked myself, I had no idea whether a complete reinstall would be needed - like Joel says 'users so often reinstall when they accidentally tweak system settings, because they know how to do that better than they know how to isolate what they tweaked'.

        pg--az

        1 Reply Last reply
        0
        • C Chris Maunder

          I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

          cheers, Chris Maunder

          CodeProject.com : C++ MVP

          modified on Wednesday, August 6, 2008 10:15 AM

          C Offline
          C Offline
          christhecoder
          wrote on last edited by
          #42

          I had a similar problem on my old work machine doing .NET Compact Framework development, except it crashed every 15 minutes. VS2005 was fine on that machine, but doing anything in the forms designer in VS2008 on the same machine kept crashing it or taking 3 minutes to sort itself out with every change I made (eg. when I dropped a control on the form or changed a property). Since it was a .NET CF 3.5 project I was working on it was a very painful project to do. But I couldn't find other machines with the same problem or any report about it on the web so it must have been something to do with the configuration of my machine or the software I had installed. I was happy when that project was over. Chris Anderson Peer Placements My Blog

          1 Reply Last reply
          0
          • C Chris Maunder

            I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

            cheers, Chris Maunder

            CodeProject.com : C++ MVP

            modified on Wednesday, August 6, 2008 10:15 AM

            J Offline
            J Offline
            JohnEllenden
            wrote on last edited by
            #43

            Mine crashes frequently as well. I think there's some major problems with the XAML designer window. It doesn't react very well if you rebuild your controls whilst a window which is using them is open.

            1 Reply Last reply
            0
            • C Chris Maunder

              I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

              cheers, Chris Maunder

              CodeProject.com : C++ MVP

              modified on Wednesday, August 6, 2008 10:15 AM

              D Offline
              D Offline
              DariusLegion
              wrote on last edited by
              #44

              I've had this experience because of versions of plug-ins that wasn´t compatible to VS2008, for example SourceGear Vault 3.5

              1 Reply Last reply
              0
              • C Chris Maunder

                I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                cheers, Chris Maunder

                CodeProject.com : C++ MVP

                modified on Wednesday, August 6, 2008 10:15 AM

                M Offline
                M Offline
                Machaira
                wrote on last edited by
                #45

                Must just be you. I can't recreate the scenario you posted and VS 2008 hasn't crashed on me once yet.

                1 Reply Last reply
                0
                • C Chris Maunder

                  I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                  cheers, Chris Maunder

                  CodeProject.com : C++ MVP

                  modified on Wednesday, August 6, 2008 10:15 AM

                  L Offline
                  L Offline
                  Leftyfarrell
                  wrote on last edited by
                  #46

                  I'm using Vista Business and VS2008 with SP1 Beta installed. It does crash sometimes, maybe every 4 days (I usually don't shut down and restart every day but leave windows open so I know where I left off). The biggest issue for me is intellisense that stops working completely. The only thing that I know that fixes this so far is restarting visual studio.

                  1 Reply Last reply
                  0
                  • C Chris Maunder

                    I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                    cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    modified on Wednesday, August 6, 2008 10:15 AM

                    D Offline
                    D Offline
                    DetroitJ
                    wrote on last edited by
                    #47

                    With the work I have been doing, ASP.NET/C#, 2008 seems to be a bit better than 2005. My gripe is with the rendering engne in the ASPX designer. I have a Theme and a StyleSheetTheme assigned to most of my pages and I get a stupid message about "This page contains invalid blah blah blah". However clicking on the refresh button makes the error go away until the next time I load the page. Couldn't VS just handle that better? I am going to be getting rid of the themes in my apps in favor of pure CSS but what a bother in the meantime.

                    1 Reply Last reply
                    0
                    • M MidwestLimey

                      VS2005 crashes for me at work at least 3 times a week. Usually gets stuck on a build.


                      I'm largely language agnostic


                      After a while they all bug me :doh:


                      P Offline
                      P Offline
                      Paul Sanders the other one
                      wrote on last edited by
                      #48

                      Just cancel the build and restart it. At least, this works for me (in C++ projects). I find that the debugger hangs periodically (again in C++ projects), and in such a way to also hang Explorer. The only solution is to kill devenv.exe, which you have to do from the command line as Explorer is not available. Bye bye context, breakpoints, bookmarks, watched variables etc :( I would upgrade to VS 2008 but the Edit 'n Continue feature is broken - it works but does not report compiler errors. This is a show-stopper for me as I use Edit 'n Continue extensively.

                      Paul Sanders http://www.alpinesoft.co.uk

                      M 1 Reply Last reply
                      0
                      • J Jorgen Sigvardsson

                        Interesting... a hotfix for a hotfix. Wouldn't that promote it to a hotdamnfix?

                        -- Kein Mitleid Für Die Mehrheit

                        P Offline
                        P Offline
                        Paul Sanders the other one
                        wrote on last edited by
                        #49

                        damnhotfix surely

                        Paul Sanders http://www.alpinesoft.co.uk

                        1 Reply Last reply
                        0
                        • C Chris Maunder

                          I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                          cheers, Chris Maunder

                          CodeProject.com : C++ MVP

                          modified on Wednesday, August 6, 2008 10:15 AM

                          T Offline
                          T Offline
                          Tomz_KV
                          wrote on last edited by
                          #50

                          The major improvement needed, in my opinion, is the inaccuracy of error messages. Whenever a small syntax error occurs in code during debugging, hundreds of errors show up. Fixing that one syntax error, all errors are gone.

                          TOMZ_KV

                          C 1 Reply Last reply
                          0
                          • C Chris Maunder

                            I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                            cheers, Chris Maunder

                            CodeProject.com : C++ MVP

                            modified on Wednesday, August 6, 2008 10:15 AM

                            D Offline
                            D Offline
                            dino t socrates
                            wrote on last edited by
                            #51

                            It's definitely not just you. I'm finally learning ASP.NET after years of straight C# and Windows Forms programming, and VS 2008 crashes on me all the time - up to a few times a day sometimes. I have no idea how stable VS 2005 was when it came to ASP.NET, but I could probably count on one or two hands how many times VS has ever crashed on me before doing ASP. Terry

                            1 Reply Last reply
                            0
                            • T Tomz_KV

                              The major improvement needed, in my opinion, is the inaccuracy of error messages. Whenever a small syntax error occurs in code during debugging, hundreds of errors show up. Fixing that one syntax error, all errors are gone.

                              TOMZ_KV

                              C Offline
                              C Offline
                              ClockMeister
                              wrote on last edited by
                              #52

                              Tomz_KV wrote:

                              The major improvement needed, in my opinion, is the inaccuracy of error messages. Whenever a small syntax error occurs in code during debugging, hundreds of errors show up. Fixing that one syntax error, all errors are gone.

                              Cascading error-messages at compile time has always been an issue, particularly with C/C++. The only really valid "fix" for that would be to have the compiler give up on the first problem it finds which might not necessarily be a bad thing, however the intent is to try to point out as many things at one time as possible. Many times (as you have seen) one error causes the next to happen, so on and so on. I doubt you'll see this go away. -CB :D

                              1 Reply Last reply
                              0
                              • J Jorgen Sigvardsson

                                Interesting... a hotfix for a hotfix. Wouldn't that promote it to a hotdamnfix?

                                -- Kein Mitleid Für Die Mehrheit

                                D Offline
                                D Offline
                                Dan Neely
                                wrote on last edited by
                                #53

                                Hot fixes are treated as beta quality updates by MS for a reason. :laugh:

                                Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                                J 1 Reply Last reply
                                0
                                • D Dan Neely

                                  Hot fixes are treated as beta quality updates by MS for a reason. :laugh:

                                  Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                                  J Offline
                                  J Offline
                                  Jorgen Sigvardsson
                                  wrote on last edited by
                                  #54

                                  dan neely wrote:

                                  Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.

                                  :laugh: I just had to look up the etymology of the word, and found this: cf. Swed. njugg "close, careful,". I swear I've never heard the word before in my life, so I'm assuming the word is really really old. Now that I do know about the word, I think I will start using it. Just to mess with other peoples' heads. :)

                                  -- Kein Mitleid Für Die Mehrheit

                                  D 1 Reply Last reply
                                  0
                                  • C Chris Maunder

                                    I'm seeing VS 2008 crash at least once every few days. Not a huge crash rate, but I can't remember the last time VS 2005 crashed. Is it just me? :( [Edit: A repeatable crash! I just have to select some HTML in an ASP.NET page and move the selection range around and *poof*. Bug submitted to Microsoft]

                                    cheers, Chris Maunder

                                    CodeProject.com : C++ MVP

                                    modified on Wednesday, August 6, 2008 10:15 AM

                                    G Offline
                                    G Offline
                                    grgran
                                    wrote on last edited by
                                    #55

                                    I almost never see VS2008 crash, but then I almost never do ASP work. I understand that SP1 will be out by the end of summer ... hopefully it will fix your issues ... and address some of things like being able to sort properties (which I miss) ... wouldn't hurt to improve WPF/XAML intergration either (hope, hope)

                                    1 Reply Last reply
                                    0
                                    • J Jorgen Sigvardsson

                                      dan neely wrote:

                                      Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.

                                      :laugh: I just had to look up the etymology of the word, and found this: cf. Swed. njugg "close, careful,". I swear I've never heard the word before in my life, so I'm assuming the word is really really old. Now that I do know about the word, I think I will start using it. Just to mess with other peoples' heads. :)

                                      -- Kein Mitleid Für Die Mehrheit

                                      D Offline
                                      D Offline
                                      Dan Neely
                                      wrote on last edited by
                                      #56

                                      At a guess it came to the US in the late 19th/early 20th century. IIRC that's when we got a ton of Scandinavian immigrants.

                                      Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                                      J 1 Reply Last reply
                                      0
                                      • D Dan Neely

                                        At a guess it came to the US in the late 19th/early 20th century. IIRC that's when we got a ton of Scandinavian immigrants.

                                        Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall

                                        J Offline
                                        J Offline
                                        Jorgen Sigvardsson
                                        wrote on last edited by
                                        #57

                                        Yup. That's when times were really hard over here. If I'm not mistaken, pretty much all the states bordering to Canada, are infested with offspring of Scandinavian immigrants. Ja? ;) I remember visiting Seattle in -98, and damn, there were Norwegian stores everywhere! I even spoke Swedish with a store clerk (Swedes and Norwegians understand each other fairly easy).

                                        -- Kein Mitleid Für Die Mehrheit

                                        D 1 Reply Last reply
                                        0
                                        • L leppie

                                          Chris Maunder wrote:

                                          but I can't remember the last time VS 2005 crashed.

                                          Can you remember the last time you used VS2005? :rolleyes:

                                          xacc.ide - now with TabsToSpaces support
                                          IronScheme - 1.0 alpha 4a out now (29 May 2008)

                                          T Offline
                                          T Offline
                                          TCHamilton
                                          wrote on last edited by
                                          #58

                                          I've had problems with both 2005 and 2008. 2005 when I bring on WCF/WPF extensions, and especially when using the MS C# Source Code Analyzer. I landed up abandoning the Code Analyser( FxCop seems to not be a problem, though). Vanilla versions were pretty stable on a clean install, but if there were beta's then things seem to get flaky / poof!/gone. Weird things happen with WF extensions and you really need Aaron Stebner's advice when things go bad.

                                          Tom Hamilton Sacramento, CA

                                          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