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.
  • S Shog9 0

    Have you tried this hotfix[^]?

    Citizen 20.1.01

    'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

    M Offline
    M Offline
    Matthew Faithfull
    wrote on last edited by
    #17

    No, I haven't, thanks for pointing that one out. I guess I haven't had VS2005 open while connected to the internet for a while now so I may well have missed it on the News Channel. I'll give it a try but I'm not that hopeful. I think the problem is related to pre-caching of intellisense data for certain MS components which I quietly 'replace' in my project with custom ones. When the Intellisense scan hits a mismatch it either goes into a loop or gets stuck trying to change readonly data. Still VS2008 doesn't seem to have a problem so it must be fixable :)

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

    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

      R Offline
      R Offline
      Rama Krishna Vavilala
      wrote on last edited by
      #18

      Yes the HTML designer crashes. In fact it behaves unpredictably sometimes like losing all the markup.

      Proud to be a CPHog user

      1 Reply Last reply
      0
      • S Shog9 0

        Have you tried this hotfix[^]?

        Citizen 20.1.01

        'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

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

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

        -- Kein Mitleid Für Die Mehrheit

        S P D 3 Replies 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

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #20

          Chris Maunder wrote:

          seeing VS 2008 crash at least once every few days.

          Hmmm, been using VS2008 regularly since March and haven't really noticed it crashing here. Even with Vista :suss:

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          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

            K Offline
            K Offline
            Kevin McFarlane
            wrote on last edited by
            #21

            Chris Maunder wrote:

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

            Most definitely once every few days for me. I don't know how you manage a non-crashing VS 2005.

            Kevin

            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)

              K Offline
              K Offline
              Kevin McFarlane
              wrote on last edited by
              #22

              To be frank, Find in Files was at its best in VC++ 5/6. Since then it's left a bit to be desired. I sometimes resort to TextPad's Find in Files instead which is better implemented. I also use Notepad++ but it's not as good as TextPad in this particular area.

              Kevin

              M 1 Reply Last reply
              0
              • S Shog9 0

                VS2005 was flaky as hell 'till i installed SP1 and a hotfix or two. Crashes, freezes, bizarre corruption... I do recall noticing some regressions with VS2008, but then stopped using it for unmanaged code (i really hate crashes) - on the managed side of things, it's been quite stable for me.

                Citizen 20.1.01

                'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                K Offline
                K Offline
                Kevin McFarlane
                wrote on last edited by
                #23

                Have you ever had VS 2005 crash where it just disappears? No crash dialog, nothing. It's happened to me a few times. Spooky!

                Kevin

                S 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

                  S Offline
                  S Offline
                  Shog9 0
                  wrote on last edited by
                  #24

                  Beats me, but if VS2005 is craving cinnamon schnapps then it would certainly explain a lot... ...and raise additional, disturbing, questions...

                  Citizen 20.1.01

                  'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                  1 Reply Last reply
                  0
                  • K Kevin McFarlane

                    Have you ever had VS 2005 crash where it just disappears? No crash dialog, nothing. It's happened to me a few times. Spooky!

                    Kevin

                    S Offline
                    S Offline
                    Shog9 0
                    wrote on last edited by
                    #25

                    Once or twice i think. Nothing i wouldn't readily blame on a lack of system resources though; VS tends to chew up a lot of GDI objects for instance, and if i end up with 20-30 Explorer windows open as well then everything starts getting sketchy... :sigh:

                    Citizen 20.1.01

                    'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                    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

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

                      I don't think I've ever had either crash. But I don't do Web. I also log out every day.

                      1 Reply Last reply
                      0
                      • K Kevin McFarlane

                        To be frank, Find in Files was at its best in VC++ 5/6. Since then it's left a bit to be desired. I sometimes resort to TextPad's Find in Files instead which is better implemented. I also use Notepad++ but it's not as good as TextPad in this particular area.

                        Kevin

                        M Offline
                        M Offline
                        Matthew Faithfull
                        wrote on last edited by
                        #27

                        Hmm, not sure I'd agree with that I think it is slowly improving, VC++5/6 would spew error messages for every Unicode file often swamping the search results and rendering them useless and recent versions seem to be less inclined to pull the '0 files found' instant response trick that winds me up something terrible, especially when I can see at least one instance of my search term in an open saved file right in front of me and the tool claims it can't find it. It used to a happen as often as once or twice a day when I started out with VC6 but it's been a few weeks since I've had one with VS2005 and I don't think VS2008 Express has done it to me yet. Having said that VS2005 does occassionaly get lost while searching and never complete which I don't ever remember with VC6. At least it can be cancelled though. I also resort to Notepad++ on occassion but I've not really made use of search functions. I'll take a look next time. :)

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

                        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)

                          R Offline
                          R Offline
                          realJSOP
                          wrote on last edited by
                          #28

                          I can't remember what I had for breakfast...

                          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                          -----
                          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                          R G T 3 Replies Last reply
                          0
                          • M Marc Clifton

                            Huh. I have quite the opposite experience. VS2005 would crash frequently, VS2008 seems quite stable. But then again, I'm only doing vanilla C# and C++ stuff. But while we're ranting, it so pisses me off how crappy the C++ side of things is. Here's my current peve: 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. Marc

                            Thyme In The Country Interacx My Blog

                            A Offline
                            A Offline
                            Allen Anderson
                            wrote on last edited by
                            #29

                            I've got a similar problem. I used to have the 'search in all solutions' field in the toolbar area in previous versions of vs.net. Now for the life of me I can't figure out how to get it there again. And I have looked.... :(

                            1 Reply Last reply
                            0
                            • R realJSOP

                              I can't remember what I had for breakfast...

                              "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                              -----
                              "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                              R Offline
                              R Offline
                              Rob Graham
                              wrote on last edited by
                              #30

                              You need to eat better breakfasts...

                              1 Reply Last reply
                              0
                              • R realJSOP

                                I can't remember what I had for breakfast...

                                "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
                                -----
                                "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

                                G Offline
                                G Offline
                                Gary Wheeler
                                wrote on last edited by
                                #31

                                I remember what I had for breakfast; a bowl of cereal. Of course, that's what I've always eaten for breakfast, so I might be remembering breakfast from ten years ago.

                                Software Zen: delete this;

                                1 Reply Last reply
                                0
                                • S Shog9 0

                                  Marc Clifton wrote:

                                  I have to actually set this behavior as an option?

                                  Yeah... and while you're in there, turn off the "treat warnings as invitation to kill my family" option. Defaults are really screwy sometimes... :rolleyes:

                                  Citizen 20.1.01

                                  'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'

                                  G Offline
                                  G Offline
                                  Gary Wheeler
                                  wrote on last edited by
                                  #32

                                  Shog9 wrote:

                                  turn off the "treat warnings as invitation to kill my family" option

                                  Do they at least let you choose which family they kill?

                                  Software Zen: delete this;

                                  1 Reply Last reply
                                  0
                                  • M Marc Clifton

                                    Huh. I have quite the opposite experience. VS2005 would crash frequently, VS2008 seems quite stable. But then again, I'm only doing vanilla C# and C++ stuff. But while we're ranting, it so pisses me off how crappy the C++ side of things is. Here's my current peve: 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. Marc

                                    Thyme In The Country Interacx My Blog

                                    B Offline
                                    B Offline
                                    Bassam Abdul Baki
                                    wrote on last edited by
                                    #33

                                    Reminds me of Seinfeld: "Why don't you just tell me the name of the files."


                                    There are ll kinds of people in the world, those who understand binary and those who understand Roman numerals. Web - Blog - RSS - Ma

                                    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
                                      Joe Woodbury
                                      wrote on last edited by
                                      #34

                                      At my work, we recently had a conversation about VS 2005 stability. It seems that on some systems doing some tasks, it will crash quite often. Yet, for others of us, it's either never crashed or crashed once in a way that can't be directly attributable to something specific (like working with Windows Mobile and having it go freaky while doing an ActiveSync transfer or by terminating a debug session wrong.) One common thread is the people with the most crashes are doing ASP.NET development using Dell Vostro thin systems. Those with the least are doing more C++ and .NET client development on non Vostro systems. My guess is that it has to do with video drivers and something with UI elements specific to ASP.NET. My second guess is that it's some sort of add-on that the ASP people are using but which the others of us aren't.

                                      Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke

                                      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
                                        Michael Dunn
                                        wrote on last edited by
                                        #35

                                        At my current job, I've used 2005 a lot and aside from being dog-slow at building the NCB file (which I've come to expect) it's actually been quite stable. I still wouldn't want to write a big project from scratch in it though due to all the usability annoyances.

                                        --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

                                        1 Reply Last reply
                                        0
                                        • M Marc Clifton

                                          Huh. I have quite the opposite experience. VS2005 would crash frequently, VS2008 seems quite stable. But then again, I'm only doing vanilla C# and C++ stuff. But while we're ranting, it so pisses me off how crappy the C++ side of things is. Here's my current peve: 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. Marc

                                          Thyme In The Country Interacx My Blog

                                          M Offline
                                          M Offline
                                          Mycroft Holmes
                                          wrote on last edited by
                                          #36

                                          Marc Clifton wrote:

                                          yes, this file contains the string

                                          Thank you for that, I needed a chuckle this morning. Reminds me of what a BA told me when working with Japanese, their answer of "yes" actually means yes they heard you, not that they understood what you said.

                                          Never underestimate the power of human stupidity RAH

                                          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