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 can't believe I'm installing Vista again...

I can't believe I'm installing Vista again...

Scheduled Pinned Locked Moved The Lounge
htmlvisual-studiocomsysadmindebugging
36 Posts 16 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 Christopher Duncan

    Normally, yeah. But Vista's Aero doesn't work in Virtual PC.

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

    J Offline
    J Offline
    Jerry Hammond
    wrote on last edited by
    #26

    Christopher Duncan wrote:

    Normally, yeah. But Vista's Aero doesn't work in Virtual PC.

    It doesn't?

    The world is a stage and most of us are desperately unrehearsed. —Sean O’Casey, Playwright

    1 Reply Last reply
    0
    • E Ennis Ray Lynch Jr

      It's not butter.[^] Come on, you knew that was coming.

      Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

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

      It's butter out than in as Shrek says :rolleyes:

      Visit http://www.notreadytogiveup.com/[^] and do something special today.

      1 Reply Last reply
      0
      • D Douglas Troy

        Christopher Duncan wrote:

        Glass? Who uses a glass?

        Is that what they mean by "Open Source" ... no wonder so many people like it and think it's great. :rolleyes:


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

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

        Open Sauce then.

        Visit http://www.notreadytogiveup.com/[^] and do something special today.

        1 Reply Last reply
        0
        • C Christopher Duncan

          As the morning has evolved, I've found that indeed it's not constrained to Vista, which at least gets Mr. Serling out of the loop because, like you, I couldn't imagine how the OS could be involved. The app is not being recycled, as I log that event. Had my Vista friend do more tests, which worked this time and this makes sense as I'm able to reproduce the problem myself now, but it's random in nature. Fire up the browser to a page, it works. Close the browser. Repeat 4 or 5 times. One or two will fail. But here's my personal favorite. Compose an email in Outlook with a link to the site, but don't send it. This requires you to use Ctrl+click to invoke the link. Fails 100% of the time if a browser isn't up, works 100% of the time if one is. Then send the email and bring it up from the Sent folder. No longer need the Ctrl, just a click. Works 100% of the time. So perhaps Mr. Serling is just on a lunch break. I'm using a shared hosting environment, and the thought occurs to me that using InProc makes me vulnerable to loss of session should server side memory management be taking place. Given the amount of sites on the server, I would think it most certainly does. Since I'm hoping to have a high traffic site one day :), I figure I'll move the session state management over to Sql Server. Slower, but less vulnerable in this regard. Now I know why the rum is always gone... :)

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

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

          You might also consider either a dedicated server or a virtual server. Some hosts offer cheap virtual servers where you have full control or you can get a dedicated server from Server Beach. Currently they offer a ValueLine server with 80GB HD and 2,000 GB per month bandwidth running Win 2003 Server Web for only $79 per month with no setup fees: https://shop.serverbeach.com/product_details.php[^] It may seem rough on the wallet at the first, but you can host all the sites you want, have full access to your server via Terminal Services, run whatever software you like and even sell off some of the server to host other peoples sites if you so desire. I have had a dedicated server for something like five years now with them and I cannot go back to a server managed by someone else telling me what softwaer I can or cannot run and having no control over who has access to my data and code. Flot out spoiled now :)

          Rocky <>< Recent Blog Post: Backup or Move Mozilla settings and data easily! Thinking about Silverlight? www.SilverlightCity.com

          C 1 Reply Last reply
          0
          • C Christopher Duncan

            What's VirtualBox, and do you have it installed on Vista or XP?

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

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

            It's an open-source virtual machine app, and I'm running it on XP64. I installed Weven64 RC into a VM, and it runs the aero stuff just fine (albeit very slow because of drivers).

            "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

            1 Reply Last reply
            0
            • C Christopher Duncan

              As the morning has evolved, I've found that indeed it's not constrained to Vista, which at least gets Mr. Serling out of the loop because, like you, I couldn't imagine how the OS could be involved. The app is not being recycled, as I log that event. Had my Vista friend do more tests, which worked this time and this makes sense as I'm able to reproduce the problem myself now, but it's random in nature. Fire up the browser to a page, it works. Close the browser. Repeat 4 or 5 times. One or two will fail. But here's my personal favorite. Compose an email in Outlook with a link to the site, but don't send it. This requires you to use Ctrl+click to invoke the link. Fails 100% of the time if a browser isn't up, works 100% of the time if one is. Then send the email and bring it up from the Sent folder. No longer need the Ctrl, just a click. Works 100% of the time. So perhaps Mr. Serling is just on a lunch break. I'm using a shared hosting environment, and the thought occurs to me that using InProc makes me vulnerable to loss of session should server side memory management be taking place. Given the amount of sites on the server, I would think it most certainly does. Since I'm hoping to have a high traffic site one day :), I figure I'll move the session state management over to Sql Server. Slower, but less vulnerable in this regard. Now I know why the rum is always gone... :)

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

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

              Christopher Duncan wrote:

              But here's my personal favorite. Compose an email in Outlook with a link to the site, but don't send it. This requires you to use Ctrl+click to invoke the link. Fails 100% of the time if a browser isn't up, works 100% of the time if one is. Then send the email and bring it up from the Sent folder. No longer need the Ctrl, just a click. Works 100% of the time. So perhaps Mr. Serling is just on a lunch break.

              Is this only happening in IE8? I've read about a browser running/not running problem with opening websites from the Boinc[^] client with IE8. I never looked at the bug reports in any detail but wonder if it's somehow the same issue.

              It is a truth universally acknowledged that a zombie in possession of brains must be in want of more brains. -- Pride and Prejudice and Zombies

              1 Reply Last reply
              0
              • C Christopher Duncan

                I pushed a major overhaul of my business site night before last, and asked a few friends to bang on it to help flush out anything terribly embarrassing before I started a new promotion plan. I routinely test in IE7,8 and FF 3, then go back and do a sanity check on Safari and Chrome. All this happens in XP, as that's what all my machines are running. A friend emails me to say that a data entry form isn't working, i.e. he gets a validation prompt to enter text that his screen shot shows is clearly there. It's also clear from the shot that he's running Vista. Under the hood, the edit field is being compared to a session variable. Works in all the scenarios I test in but under Vista, for some reason, said session variable is blank. I switch it to a hidden text field, and everything works just fine. Conjure up the most offensive, politically incorrect, kid sister unfriendly phrases you can think of, and just imagine you heard me utter them with great enthusiasm. Bloody hell, session variables work everywhere else but not in Vista? I'm sure Rod Serling is sitting around the corner sipping cappuccino and having quite a chuckle at my current reality. This scenario seems completely unlikely and yet, that's the results I got. Session variables being a well used part of this system, I now have to install Vista and VS on a box so that I can test / debug other areas where I use them to see what the heck is going on. And so, I find myself fishing out those dusty old Vista installation disks and checking the cupboard to make sure I have an adequate supply of rum to ease the pain. I can handle html displaying differently in different browsers, but when server side stuff quits working depending on the OS... well, maybe I'll have that rum first.

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

                S Offline
                S Offline
                S Senthil Kumar
                wrote on last edited by
                #32

                Kinda OT, but http://www.practicalusa.com/~/PageNotFound.aspx[^] keeps redirecting infinitely - Firefox gives up and says Redirect loop - "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

                Regards Senthil [MVP - Visual C#] _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

                C 1 Reply Last reply
                0
                • S S Senthil Kumar

                  Kinda OT, but http://www.practicalusa.com/~/PageNotFound.aspx[^] keeps redirecting infinitely - Firefox gives up and says Redirect loop - "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

                  Regards Senthil [MVP - Visual C#] _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

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

                  Appreciate the tip. I can't seem to reproduce that - do you remember how you got there? If I type a bogus page, I get the correct url, i.e. without the internal /~/.

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

                  S 1 Reply Last reply
                  0
                  • R Rocky Moore

                    You might also consider either a dedicated server or a virtual server. Some hosts offer cheap virtual servers where you have full control or you can get a dedicated server from Server Beach. Currently they offer a ValueLine server with 80GB HD and 2,000 GB per month bandwidth running Win 2003 Server Web for only $79 per month with no setup fees: https://shop.serverbeach.com/product_details.php[^] It may seem rough on the wallet at the first, but you can host all the sites you want, have full access to your server via Terminal Services, run whatever software you like and even sell off some of the server to host other peoples sites if you so desire. I have had a dedicated server for something like five years now with them and I cannot go back to a server managed by someone else telling me what softwaer I can or cannot run and having no control over who has access to my data and code. Flot out spoiled now :)

                    Rocky <>< Recent Blog Post: Backup or Move Mozilla settings and data easily! Thinking about Silverlight? www.SilverlightCity.com

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

                    Yeah, I can see how you'd get spoiled with a dedicated box. However, their prices look cheap until you start adding things like Sql Server, daily backups, etc. at which point it becomes rather pricey. Ultimately, I'd like to go with a dedicated or co-hosted server solution, but I need web revenues first to offset the cost. Hopefully revenue will be on the rise. :-D

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

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      Appreciate the tip. I can't seem to reproduce that - do you remember how you got there? If I type a bogus page, I get the correct url, i.e. without the internal /~/.

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

                      S Offline
                      S Offline
                      S Senthil Kumar
                      wrote on last edited by
                      #35

                      It happened when I tried to navigate to http://www.practicalusa.com/AngeloBio.aspx[^]. Seems to work fine now.

                      Regards Senthil [MVP - Visual C#] _____________________________ My Home Page |My Blog | My Articles | My Flickr | WinMacro

                      1 Reply Last reply
                      0
                      • C Christopher Duncan

                        I pushed a major overhaul of my business site night before last, and asked a few friends to bang on it to help flush out anything terribly embarrassing before I started a new promotion plan. I routinely test in IE7,8 and FF 3, then go back and do a sanity check on Safari and Chrome. All this happens in XP, as that's what all my machines are running. A friend emails me to say that a data entry form isn't working, i.e. he gets a validation prompt to enter text that his screen shot shows is clearly there. It's also clear from the shot that he's running Vista. Under the hood, the edit field is being compared to a session variable. Works in all the scenarios I test in but under Vista, for some reason, said session variable is blank. I switch it to a hidden text field, and everything works just fine. Conjure up the most offensive, politically incorrect, kid sister unfriendly phrases you can think of, and just imagine you heard me utter them with great enthusiasm. Bloody hell, session variables work everywhere else but not in Vista? I'm sure Rod Serling is sitting around the corner sipping cappuccino and having quite a chuckle at my current reality. This scenario seems completely unlikely and yet, that's the results I got. Session variables being a well used part of this system, I now have to install Vista and VS on a box so that I can test / debug other areas where I use them to see what the heck is going on. And so, I find myself fishing out those dusty old Vista installation disks and checking the cupboard to make sure I have an adequate supply of rum to ease the pain. I can handle html displaying differently in different browsers, but when server side stuff quits working depending on the OS... well, maybe I'll have that rum first.

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

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

                        Somehow, I can't imagine Rod Serling being a cappuccino drinker. I can only imagine him drinking his coffee black, straight up.

                        Software Zen: delete this;

                        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