VS2008 stability [modified]
-
Did you change your result options?
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)leppie wrote:
Did you change your result options?
Oh good grief. I have to actually set this behavior as an option? :sigh: Marc
-
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)
Matthew Faithfull wrote:
My 2008 Express certainly doesn't do that
Well, the C# find in files behaves correctly (or should I say "as desired") but C++ FiF doesn't. As leppie suggested, maybe it's an option. :rolleyes: Marc
-
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
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.'
-
Matthew Faithfull wrote:
My 2008 Express certainly doesn't do that
Well, the C# find in files behaves correctly (or should I say "as desired") but C++ FiF doesn't. As leppie suggested, maybe it's an option. :rolleyes: Marc
There's a checkbox under Results Options to Display file names only which behaves as expected in C#.
-
leppie wrote:
Did you change your result options?
Oh good grief. I have to actually set this behavior as an option? :sigh: Marc
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.'
-
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.'
I still have to have Intellisense disabled (removed a Dll somewhere as per destructions from the internet ) to make VS2005 usable at all, otherwise a few seconds after I open my main project the UI freezes, processor usage goes to 98% and that's all folks :doh: .
"The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)
-
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
VS 2005 is much more unstable than VS 2008 in our environment. We rarely have problems with VS 2008 and native code development.
CodeWiz51 -- Life is not a spectator sport. I came to play. My Web Site, Blog & Wiki
-
I still have to have Intellisense disabled (removed a Dll somewhere as per destructions from the internet ) to make VS2005 usable at all, otherwise a few seconds after I open my main project the UI freezes, processor usage goes to 98% and that's all folks :doh: .
"The secret of happiness is freedom, and the secret of freedom, courage." Thucydides (B.C. 460-400)
-
Have you tried this hotfix[^]?
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
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)
-
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
Yes the HTML designer crashes. In fact it behaves unpredictably sometimes like losing all the markup.
Proud to be a CPHog user
-
Have you tried this hotfix[^]?
Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
Interesting... a hotfix for a hotfix. Wouldn't that promote it to a hotdamnfix?
-- Kein Mitleid Für Die Mehrheit
-
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
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
-
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
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
-
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)
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
-
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.'
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
-
Interesting... a hotfix for a hotfix. Wouldn't that promote it to a hotdamnfix?
-- Kein Mitleid Für Die Mehrheit
-
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
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.'
-
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
I don't think I've ever had either crash. But I don't do Web. I also log out every day.
-
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
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)
-
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)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