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. I despise Vista

I despise Vista

Scheduled Pinned Locked Moved The Lounge
visual-studiocomtoolsarchitecturequestion
48 Posts 30 Posters 4 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.
  • V vaghelabhavesh

    That reminds me today's CP Insider's News Head Line.

    Asus, Apple provide most reliable PCs, survey says. Least reliable? Whichever brand Christian chooses.

    http://www.codeproject.com/script/News/Summary.aspx?nwdt=20+Aug+2009[^]

    Books are as useful to a stupid person as a mirror is useful to a blind person. - Chanakya

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

    I thought that was awesome; unfortunately the joke's going to be lost to the 99% of insider readers who don't at least lurk on the lounge.

    The European Way of War: Blow your own continent up. The American Way of War: Go over and help them.

    1 Reply Last reply
    0
    • C Christian Graus

      So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

      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.

      realJSOPR Offline
      realJSOPR Offline
      realJSOP
      wrote on last edited by
      #23

      It's because you don't have ownership of the files. The easiest way to take ownership is to turn UAC completely off. You can also take the longer winded (and more correct) route of actually taking ownership and setting permissions for the files.

      "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

      C 1 Reply Last reply
      0
      • V vaghelabhavesh

        That reminds me today's CP Insider's News Head Line.

        Asus, Apple provide most reliable PCs, survey says. Least reliable? Whichever brand Christian chooses.

        http://www.codeproject.com/script/News/Summary.aspx?nwdt=20+Aug+2009[^]

        Books are as useful to a stupid person as a mirror is useful to a blind person. - Chanakya

        R Offline
        R Offline
        Rage
        wrote on last edited by
        #24

        :thumbsup: :laugh: Awesome, a Lounge lurker insider in the CP insider. That's insider2 !

        ~RaGE();

        I think words like 'destiny' are a way of trying to find order where none exists. - Christian Graus
        Do not feed the troll ! - Common proverb

        1 Reply Last reply
        0
        • 0 0x3c0

          Is there anything that you touch which doesn't break or suck, and performs as expected? As for your problem, have you tried running VS as an administrator? I use the Express editions, and I've found that a lot of issues got resolved when I did that. Not having installed a service pack wouldn't particularly help either.

          Between the motion And the act Falls the Shadow

          P Offline
          P Offline
          peterchen
          wrote on last edited by
          #25

          Computafreak wrote:

          Is there anything that you touch which doesn't break or suck, and performs as expected?

          Can't be him alone, same here.

          Personally, I love the idea that Raymond spends his nights posting bad regexs to mailing lists under the pseudonym of Jane Smith. He'd be like a super hero, only more nerdy and less useful. [Trevel]
          | FoldWithUs! | sighist

          1 Reply Last reply
          0
          • L Lost User

            kinar wrote:

            Wait. Running VS as administrator disables the security of the rest of the OS?

            In a way, yes. It provides another avenue for malicious code to execute.

            kinar wrote:

            It sounds to me like Christian's problems are more related to his project is being loaded from a protected location.

            Could be, I just think running as Admin is a less than ideal work around. Better to solve the "root" problem. Pardon the pun.

            K Offline
            K Offline
            kinar
            wrote on last edited by
            #26

            "In a way", yes, you are right. But in a more accurate way, anytime you put a user in front of a machine, you are doing the same thing. Security is nice but has diminishing returns and it should be kept in check. A completely secure computer is useless.

            L M 2 Replies Last reply
            0
            • C Christian Graus

              So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

              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
              Jorgen Sigvardsson
              wrote on last edited by
              #27

              and take ownership of the file already. ;P

              -- Kein Mitleid Für Die Mehrheit

              1 Reply Last reply
              0
              • K kinar

                "In a way", yes, you are right. But in a more accurate way, anytime you put a user in front of a machine, you are doing the same thing. Security is nice but has diminishing returns and it should be kept in check. A completely secure computer is useless.

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

                kinar wrote:

                Security is nice but has diminishing returns and it should be kept in check.

                We're going to have to agree to disagree. I was raised with the adage of "An ounce of prevention is worth a pound of cure" and it has served me well over the years. With that in mind, I find it silly to run any application as Administrator simply because of chronic file permission problems. Much safer to fix the permission problem and run the application as a normal user.

                kinar wrote:

                A completely secure computer is useless.

                Depending on definition, I'm not sure such an animal even exists. However that doesn't mean security is worthless. Reminds me of an old IT saying: "There are 2 types of computer users. Those that have lost data and those that will! It's only a matter of when and how much."

                1 Reply Last reply
                0
                • 0 0x3c0

                  Is there anything that you touch which doesn't break or suck, and performs as expected? As for your problem, have you tried running VS as an administrator? I use the Express editions, and I've found that a lot of issues got resolved when I did that. Not having installed a service pack wouldn't particularly help either.

                  Between the motion And the act Falls the Shadow

                  C Offline
                  C Offline
                  CaptainSeeSharp
                  wrote on last edited by
                  #29

                  Computafreak wrote:

                  Is there anything that you touch which doesn't break or suck, and performs as expected?

                  I would imagine that there is nothing, even outside the computer realm.

                  Fine words from a gentleman.[^]

                  1 Reply Last reply
                  0
                  • D Dan Neely

                    keefb wrote:

                    I'm appalled they removed your mvp status for that BTW.

                    Why? MVP is first and foremost an acknowledgment of being a Vocal MS Fanboi. Christian no longer is, so his didn't get renewed.

                    The European Way of War: Blow your own continent up. The American Way of War: Go over and help them.

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #30

                    dan neely wrote:

                    MVP is first and foremost an acknowledgment of being a Vocal MS Fanboi.

                    I completely disagree. I've made several public comments, slaying Vista and many other products of MS, and many other MVPs have done so. One need not be an MS fanboy to win MVP award. You are insulting the MVP Winners with that silly and ignorant statement of yours.

                    It is a crappy thing, but it's life -^ Carlo Pallini

                    K 1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      dan neely wrote:

                      MVP is first and foremost an acknowledgment of being a Vocal MS Fanboi.

                      I completely disagree. I've made several public comments, slaying Vista and many other products of MS, and many other MVPs have done so. One need not be an MS fanboy to win MVP award. You are insulting the MVP Winners with that silly and ignorant statement of yours.

                      It is a crappy thing, but it's life -^ Carlo Pallini

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

                      Presumably it must have been the way in which Christian slagged off Vista that got him thrown out?

                      Kevin

                      R 1 Reply Last reply
                      0
                      • K Kevin McFarlane

                        Presumably it must have been the way in which Christian slagged off Vista that got him thrown out?

                        Kevin

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #32

                        Kevin McFarlane wrote:

                        Presumably it must have been the way in which Christian slagged off Vista that got him thrown out?

                        How would I know? May be. May not be. Honestly, I'm not concerned about. I'm concerned about someone calling MVPs as fanboys. There *are* fanboys as well, but that is not what is going to get someone an MVP award. His statement was completely ignorant, and insulting. I've beta tested a number of their software, I've reported numerous bugs and suggestions, I've talked in their conferences, and I participate in the online programming forums (including non-MS forums like CP). And now someone calls me a fanboy, because they awarded me for what I did?! Do people think before they talk?! FUCK!

                        It is a crappy thing, but it's life -^ Carlo Pallini

                        1 Reply Last reply
                        0
                        • C Christian Graus

                          So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

                          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
                          Christopher Duncan
                          wrote on last edited by
                          #33

                          Sorry. Couldn't resist. :-D When I installed Vista, I immediately turned off UAC, logged in as an Administrator, and did all the other things that we're Not Supposed To Do to minimize the PITA factor. And even though this reduced the level of dumbness to a dull roar, I still found myself occasionally irritated by something and asking why I would even put myself through the hassle when it brings so little to the party that I can't already do in XP. When it hits the streets, I'll give Vista SP2 Weven a try, but mainly just because I'm in the business and feel like I should make an effort to keep in touch with what's going on. My expectation is that Weven is what Vista should have been - a new version of the OS that's actually usable, and that doesn't really give me any additional functionality that I don't already have on my XP boxes. But it's shiny and people will want to support it, so install it I shall. If it doesn't generate more heat than light, I'll keep it around. However, if I wasn't a geek I doubt I would bother.

                          Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                          R C 2 Replies Last reply
                          0
                          • C Christian Graus

                            So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

                            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.

                            D Offline
                            D Offline
                            dan sh
                            wrote on last edited by
                            #34

                            Always run Vista under the built-in administrator account. You will feel better.

                            It's not necessary to be so stupid, either, but people manage it. - Christian Graus, 2009 AD

                            1 Reply Last reply
                            0
                            • C Christian Graus

                              So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

                              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.

                              D Offline
                              D Offline
                              Dirk Higbee
                              wrote on last edited by
                              #35

                              I must say, at this point I really think Vista despises you.

                              Live large, be in charge

                              1 Reply Last reply
                              0
                              • C Christian Graus

                                So, I had to make some changes in Vista tonight ( to a website in VS2008 ). Constant issues like, VS asks if I want to overwrite a file, then tells me it cannot make it not read only. Even when I made that change, it every time told me it could not overwrite the file. To make a change, I had to rename the old file, then save it again. Renaming files had the old ask twice to confirm thing. It's a nightmare. I know there's a service pack that I don't have, but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ? I will need to test with Windows 7 soon. I am expecting that to be a dog, too. I mean, why would it not be ?

                                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.

                                D Offline
                                D Offline
                                David Crow
                                wrote on last edited by
                                #36

                                Christian Graus wrote:

                                ...but how could they release an OS that was this unusable ? And then kick me out of the MVP program for saying so ?

                                Your MVP Lead really told you that?

                                "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                                "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                C 1 Reply Last reply
                                0
                                • D Dan Neely

                                  keefb wrote:

                                  I'm appalled they removed your mvp status for that BTW.

                                  Why? MVP is first and foremost an acknowledgment of being a Vocal MS Fanboi. Christian no longer is, so his didn't get renewed.

                                  The European Way of War: Blow your own continent up. The American Way of War: Go over and help them.

                                  D Offline
                                  D Offline
                                  David Crow
                                  wrote on last edited by
                                  #37

                                  dan neely wrote:

                                  ...so his didn't get renewed.

                                  It was likely not renewed as he was no longer contributing to the VC++ community.

                                  "Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

                                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                  1 Reply Last reply
                                  0
                                  • K kinar

                                    "In a way", yes, you are right. But in a more accurate way, anytime you put a user in front of a machine, you are doing the same thing. Security is nice but has diminishing returns and it should be kept in check. A completely secure computer is useless.

                                    M Offline
                                    M Offline
                                    Mark_Wallace
                                    wrote on last edited by
                                    #38

                                    kinar wrote:

                                    A completely secure computer is useless.

                                    Rubbish. They're quite good for sitting on.

                                    I wanna be a eunuchs developer! Pass me a bread knife!

                                    1 Reply Last reply
                                    0
                                    • C Christopher Duncan

                                      Sorry. Couldn't resist. :-D When I installed Vista, I immediately turned off UAC, logged in as an Administrator, and did all the other things that we're Not Supposed To Do to minimize the PITA factor. And even though this reduced the level of dumbness to a dull roar, I still found myself occasionally irritated by something and asking why I would even put myself through the hassle when it brings so little to the party that I can't already do in XP. When it hits the streets, I'll give Vista SP2 Weven a try, but mainly just because I'm in the business and feel like I should make an effort to keep in touch with what's going on. My expectation is that Weven is what Vista should have been - a new version of the OS that's actually usable, and that doesn't really give me any additional functionality that I don't already have on my XP boxes. But it's shiny and people will want to support it, so install it I shall. If it doesn't generate more heat than light, I'll keep it around. However, if I wasn't a geek I doubt I would bother.

                                      Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

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

                                      Christopher Duncan wrote:

                                      Vista SP2

                                      Is laready out. I mean literal Vista SP2:) You have to call Weven something else.:)

                                      C 1 Reply Last reply
                                      0
                                      • R Rama Krishna Vavilala

                                        Christopher Duncan wrote:

                                        Vista SP2

                                        Is laready out. I mean literal Vista SP2:) You have to call Weven something else.:)

                                        C Offline
                                        C Offline
                                        Christopher Duncan
                                        wrote on last edited by
                                        #40

                                        SP3?

                                        Christopher Duncan www.PracticalUSA.com Author of The Career Programmer and Unite the Tribes Copywriting Services

                                        1 Reply Last reply
                                        0
                                        • 0 0x3c0

                                          Is there anything that you touch which doesn't break or suck, and performs as expected? As for your problem, have you tried running VS as an administrator? I use the Express editions, and I've found that a lot of issues got resolved when I did that. Not having installed a service pack wouldn't particularly help either.

                                          Between the motion And the act Falls the Shadow

                                          C Offline
                                          C Offline
                                          Christian Graus
                                          wrote on last edited by
                                          #41

                                          Computafreak wrote:

                                          Is there anything that you touch which doesn't break or suck, and performs as expected?

                                          OSX.

                                          Computafreak wrote:

                                          As for your problem, have you tried running VS as an administrator?

                                          You are right, I had forgotten about the need to do that. I just ran it. So, in this case, the problem is mostly that I forgot that Vista is harder to use, I can't just run an app and have it work.

                                          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.

                                          B 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