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. Vista ready for developers?

Vista ready for developers?

Scheduled Pinned Locked Moved The Lounge
csharpquestionasp-netvisual-studio
42 Posts 27 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.
  • M Michael Dunn

    It has nothing to do with being admin, it's process integrity levels. A process can't communicate with another process that is running at a higher integrity level. So when Explorer is running medium and the IDE is running high, Explorer can't communicate (via drag and drop) with the IDE. It's the same system that protected mode IE uses. IE runs at low integrity, so code inside that process can't touch your other apps which run at medium.

    --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

    S Offline
    S Offline
    Stephen Hewitt
    wrote on last edited by
    #26

    I'm all for increased security but I don't except to have to choose between security and usability. Obviously there are exceptions to every rule but in general I shouldn't be forced to make such a choice.

    Steve

    P 1 Reply Last reply
    0
    • M Marc Clifton

      John Cardinal wrote:

      Anyone doing this? Any limitations?

      I installed VS2005 and successfully compiled my WinForm apps. Don't have any ASP.NET stuff to try. But other than that, I haven't done much else with Vista. Wasn't there some problem with debugging and Vista? Some problem requiring admin rights (even though you're not supposed to do development as an admin, even according to MS)? Who knows. The real reason I don't use the Vista machine is because it's a machine my client sent me for testing, and it is NOISY. CPU fan, video card fan, PS fan, 8 hard drives. Good grief. And the tests failed. Can't play DVD's over the network, problems with MPG2 and AVI codecs, etc. What a mess. And besides VS2005, I'd also need to install SQL 2005 Express on the machine. That's not supposed to work quite right either, is it? What were they thinking? Marc

      Thyme In The Country

      People are just notoriously impossible. --DavidCrow
      There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
      People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

      R Offline
      R Offline
      Rocky Moore
      wrote on last edited by
      #27

      Marc Clifton wrote:

      That's not supposed to work quite right either, is it?

      Works fine, I have been using it for months along with VS 2005, and SQL Management studio express.

      Rocky <>< Latest Code Blog Post: New enhancements to VS WYSIWYG! Latest Tech Blog Post: Scratch: fun for all ages for free!

      1 Reply Last reply
      0
      • E El Corazon

        John Cardinal wrote:

        actually install visual studio 2005

        I am the odd-ball of the bunch, I have VS2005,VS2003, and VS6.0 2003 and VS6.0 have intel compilers installed within the IDE. I don't have a final version of Vista yet and if I recall my RC expires tomorrow or something like that. I didn't do much with it, but wanted to see if I can run parallels with VMs for each compiler to keep the environments isolated. So far that has worked, but my primary is still VS2003 and VS6.0.

        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

        R Offline
        R Offline
        Rocky Moore
        wrote on last edited by
        #28

        Jeffry J. Brickley wrote:

        I recall my RC expires tomorrow or something like that

        Actually, the RCs are suppose to end in May 2007 :)

        Rocky <>< Latest Code Blog Post: New enhancements to VS WYSIWYG! Latest Tech Blog Post: Scratch: fun for all ages for free!

        1 Reply Last reply
        0
        • M Marc Clifton

          John Cardinal wrote:

          Anyone doing this? Any limitations?

          I installed VS2005 and successfully compiled my WinForm apps. Don't have any ASP.NET stuff to try. But other than that, I haven't done much else with Vista. Wasn't there some problem with debugging and Vista? Some problem requiring admin rights (even though you're not supposed to do development as an admin, even according to MS)? Who knows. The real reason I don't use the Vista machine is because it's a machine my client sent me for testing, and it is NOISY. CPU fan, video card fan, PS fan, 8 hard drives. Good grief. And the tests failed. Can't play DVD's over the network, problems with MPG2 and AVI codecs, etc. What a mess. And besides VS2005, I'd also need to install SQL 2005 Express on the machine. That's not supposed to work quite right either, is it? What were they thinking? Marc

          Thyme In The Country

          People are just notoriously impossible. --DavidCrow
          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
          People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith

          D Offline
          D Offline
          Dario Solera
          wrote on last edited by
          #29

          Marc Clifton wrote:

          And besides VS2005, I'd also need to install SQL 2005 Express on the machine. That's not supposed to work quite right either, is it?

          I had to install the Express edition SP1, and it works fine. Management Studio, though, it's broken. The "normal" SP1 version doesn't install, so I had to use the SP2 CTP[^] and it's quite unstable. :sigh:

          ________________________________________________ Personal Blog [ITA] - Tech Blog [ENG] - My Photos Developing ScrewTurn Wiki 2.0 (2.0 RC is out)

          1 Reply Last reply
          0
          • M MrBic

            The abacus would have security if it was made out of aero glass :laugh: UAC is nice... but at times... i want to turn it into johny depp and punch it!

            A Offline
            A Offline
            Anton Afanasyev
            wrote on last edited by
            #30

            MrBic wrote:

            UAC is nice... but at times...

            A little punctuation problem there. Should be: UAC is nice at times...but...:-D


            :badger:

            1 Reply Last reply
            0
            • M MrBic

              noT really poor user experience, there's a few things about UAC i don't like: -Currently when installing a .msi file you need to write a batch file that calls MSIEXEC.exe -i [fullpathof msi fil] , and then "Run as administrator". Sure it's secure, but it's a pain. Whenever you run any program in Administrator Mode - it asks for confirmation. ---I wish there was an option "Yes and don't ask me anymore". or "YEs, and if you ask me again I'll format your computerhood". Other than that, and the weird issue with my Administrator priviledges...(actually the entire Administrator roll on the computer was hosed...) i'm happy with it. It only takes 27 minutes to install Vista Ultimate with a complete format. yes, it's very quick. (on my development work computer). Took me 3 hours to get the entire computer Up and Running with a complete format -> ALl development tools installed, and I was able to watch stargate on my 2nd monitor while it was installing :D

              A Offline
              A Offline
              Anton Afanasyev
              wrote on last edited by
              #31

              MrBic wrote:

              -Currently when installing a .msi file you need to write a batch file that calls MSIEXEC.exe -i [fullpathof msi fil] , and then "Run as administrator". Sure it's secure, but it's a pain.

              Write a batch that takes the .msi file as a parameter, and then add in the registry an entry so that when you righ lick on msi files it would run the batch file as admin. Of course, you'd still have to enter the admin password, but easier than writing a batch every time..


              :badger:

              1 Reply Last reply
              0
              • C Chris Losinger

                Douglas Troy wrote:

                Then why the heck would you use software that way?

                i'll resist getting Vista as long as i can, at home. at work, though, there were reasons for doing it.

                image processing toolkits | batch image processing | blogging

                D Offline
                D Offline
                Dwain Browne
                wrote on last edited by
                #32

                What reason could there possibly be for getting Vista at your work? Other than to cause catastrophic failure. I’ve been using Vista since Beta 1 release and I honestly would not recommend it to a business place until some of the quirks get sorted out. As a Visual Studio Developer, the only issues I had, was getting SQL 2005 to work on the 64bit edition (which adds another bit of complexity all on its own) was forced to use the CTP version, but they are sorting out most of the problems I’ve encountered so far (at least from what I’ve seen in the I think November 06 release)

                namespace Dwain_Browne { public void EmailSig() { Response.Write("Thankyou"); Response.Write("email: dwainbrowne@gmail.com "); Response.Write("Secondary email: demonite3@hotmail.com "); } } }

                C 1 Reply Last reply
                0
                • E ed welch

                  Douglas Troy wrote:

                  "we'll" have to hack this, bash that, beat the system into submission, just to get things working ... and we're "fine" with it ...

                  At least now you Windows guys have something in common with the Linux hippies

                  B Offline
                  B Offline
                  Bradml
                  wrote on last edited by
                  #33

                  What kind of a hippie spends 2 hours trying to find a god damn driver!


                  Brad Australian - Christian Graus on "Best books for VBscript" A big thick one, so you can whack yourself on the head with it.

                  1 Reply Last reply
                  0
                  • D Dwain Browne

                    What reason could there possibly be for getting Vista at your work? Other than to cause catastrophic failure. I’ve been using Vista since Beta 1 release and I honestly would not recommend it to a business place until some of the quirks get sorted out. As a Visual Studio Developer, the only issues I had, was getting SQL 2005 to work on the 64bit edition (which adds another bit of complexity all on its own) was forced to use the CTP version, but they are sorting out most of the problems I’ve encountered so far (at least from what I’ve seen in the I think November 06 release)

                    namespace Dwain_Browne { public void EmailSig() { Response.Write("Thankyou"); Response.Write("email: dwainbrowne@gmail.com "); Response.Write("Secondary email: demonite3@hotmail.com "); } } }

                    C Offline
                    C Offline
                    Chris Losinger
                    wrote on last edited by
                    #34

                    Dwain Browne wrote:

                    What reason could there possibly be for getting Vista at your work?

                    to assist in making sure the next version of our product runs fine, and looks right, on Vista.

                    image processing toolkits | batch image processing | blogging

                    1 Reply Last reply
                    0
                    • S Stephen Hewitt

                      I'm all for increased security but I don't except to have to choose between security and usability. Obviously there are exceptions to every rule but in general I shouldn't be forced to make such a choice.

                      Steve

                      P Offline
                      P Offline
                      pdohara
                      wrote on last edited by
                      #35

                      It is the nature of security too limit usability. In a sense that is what security does.

                      Tanks for your support
                      Pat O
                      Blog

                      _ _ _
                      /*\== /*\== /*\==
                      <ooo> <ooo> <ooo>

                      1 Reply Last reply
                      0
                      • D Douglas Troy

                        Hey Chris! How's that new car? I'm driving it right now. After I replaced the water pump, installed an oil filter and oil, fought with the wiring to the engine, added that fourth tire, tweaked the steering so it will turn left AND right, it's been fine. ... Would YOU buy and use a car that like? No? Then why the heck would you use software that way? I'm just sayin ... doesn't seem right folks. Maybe that's just me. :rolleyes:


                        :..::. Douglas H. Troy ::..
                        Bad Astronomy |VCF|wxWidgets|WTL

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

                        Douglas Troy wrote:

                        I'm just sayin ... doesn't seem right folks. Maybe that's just me.

                        Nope - it ain't just you. I dunno about anyone else but I'm sitting this one out for awhile - maybe a GOOD while. As long as XP Pro will support my development tools then that's what I'll use; period. -CB :cool: A landing is a controlled midair collision between an aircraft and a celestial body.

                        1 Reply Last reply
                        0
                        • D Douglas Troy

                          Hey Chris! How's that new car? I'm driving it right now. After I replaced the water pump, installed an oil filter and oil, fought with the wiring to the engine, added that fourth tire, tweaked the steering so it will turn left AND right, it's been fine. ... Would YOU buy and use a car that like? No? Then why the heck would you use software that way? I'm just sayin ... doesn't seem right folks. Maybe that's just me. :rolleyes:


                          :..::. Douglas H. Troy ::..
                          Bad Astronomy |VCF|wxWidgets|WTL

                          T Offline
                          T Offline
                          Tom Delany
                          wrote on last edited by
                          #37

                          Great analogy! :laugh:

                          1 Reply Last reply
                          0
                          • E El Corazon

                            tgrt wrote:

                            So, other than a poor user experience, corrupted settings, and a complete re-install it's good!?

                            someone has to find these things and report them so that you can complain about them and they can get fixed before you ever attempt it. :) That is why they call it the bleeding edge....

                            _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

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

                            If MS does anything to further make U.A.C. more of an annoyance i'll show them bleeding edge :mad:

                            1 Reply Last reply
                            0
                            • C Chris Losinger

                              Douglas Troy wrote:

                              Then why the heck would you use software that way?

                              i'll resist getting Vista as long as i can, at home. at work, though, there were reasons for doing it.

                              image processing toolkits | batch image processing | blogging

                              C Offline
                              C Offline
                              CMercBOA
                              wrote on last edited by
                              #39

                              Chris Losinger wrote:

                              at work, though, there were reasons for doing it.

                              Ok, I'll byte.... What reasons? Louis

                              C 1 Reply Last reply
                              0
                              • C CMercBOA

                                Chris Losinger wrote:

                                at work, though, there were reasons for doing it.

                                Ok, I'll byte.... What reasons? Louis

                                C Offline
                                C Offline
                                Chris Losinger
                                wrote on last edited by
                                #40

                                to assist in making sure the next version of our product runs fine, and looks right, on Vista.

                                image processing toolkits | batch image processing | blogging

                                1 Reply Last reply
                                0
                                • D Douglas Troy

                                  Hey Chris! How's that new car? I'm driving it right now. After I replaced the water pump, installed an oil filter and oil, fought with the wiring to the engine, added that fourth tire, tweaked the steering so it will turn left AND right, it's been fine. ... Would YOU buy and use a car that like? No? Then why the heck would you use software that way? I'm just sayin ... doesn't seem right folks. Maybe that's just me. :rolleyes:


                                  :..::. Douglas H. Troy ::..
                                  Bad Astronomy |VCF|wxWidgets|WTL

                                  P Offline
                                  P Offline
                                  Patrick Etc
                                  wrote on last edited by
                                  #41

                                  I agree completely. All I see on technical forums is talk of how Vista is simply not ready to be released - they're just releasing it because there's already been too much delay. Stuff like this just confirms that assertion.

                                  1 Reply Last reply
                                  0
                                  • D Douglas Troy

                                    Hey Chris! How's that new car? I'm driving it right now. After I replaced the water pump, installed an oil filter and oil, fought with the wiring to the engine, added that fourth tire, tweaked the steering so it will turn left AND right, it's been fine. ... Would YOU buy and use a car that like? No? Then why the heck would you use software that way? I'm just sayin ... doesn't seem right folks. Maybe that's just me. :rolleyes:


                                    :..::. Douglas H. Troy ::..
                                    Bad Astronomy |VCF|wxWidgets|WTL

                                    Q Offline
                                    Q Offline
                                    Quintar
                                    wrote on last edited by
                                    #42

                                    Only because I think it's funny: 1. Can you add a tire with only your keyboard? ;) 2. Does it look al shiny while doing it? (Aero Glass Tec.)

                                    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