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. My support nightmare

My support nightmare

Scheduled Pinned Locked Moved The Lounge
csharphelpwpfquestionwinforms
32 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 Christian Graus

    *grin* well at least there's a solution.

    Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

    D Offline
    D Offline
    Dave Kreskowiak
    wrote on last edited by
    #15

    It was quicker than pulling my hair out for another 4 hours... What's left of it anyway. :-D

    A guide to posting questions on CodeProject[^]
    Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
         2006, 2007, 2008

    1 Reply Last reply
    0
    • C Christian Graus

      So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #16

      Did you install the 3 recommended patches after 3.5 SP1 as noted on the SP1 download page?

      xacc.ide
      IronScheme - 1.0 beta 3 - out now!
      ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

      C 1 Reply Last reply
      0
      • C Christian Graus

        So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

        Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

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

        Christian Graus wrote:

        Has anyone seen anything like this ?

        Yes, in many products in their infancy stage. Oh wait, you wanted a solution?

        Don't attribute to stupidity what can be equally well explained by buerocracy.
        My latest article | Linkify!| FoldWithUs! | sighist

        C 1 Reply Last reply
        0
        • C Christian Graus

          So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

          Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

          N Offline
          N Offline
          NormDroid
          wrote on last edited by
          #18

          I've had a similar problem, reinstalling/repairing the .net 3.5sp1 fixed it, failing that it could be down to registry problems.

          Software Kinetics (requires SL3 beta) - Moving software

          1 Reply Last reply
          0
          • D Dijup

            I was one of the victim of of the issue. I removed all the .net framework and reinstalled .net frame work 2 the again installed 3.5 which resolved my problem. I think you can try that.

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

            That's what I did, though....

            Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

            1 Reply Last reply
            0
            • L leppie

              Did you install the 3 recommended patches after 3.5 SP1 as noted on the SP1 download page?

              xacc.ide
              IronScheme - 1.0 beta 3 - out now!
              ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

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

              There's MORE patches AFTER all the ones that SP1 installs ? No, I didn't install SP1 at ALL, the client did, and all I did was focus on winding back. I HAVE run SP1 without any other patches on my machine tho and had no issues.

              Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

              D 1 Reply Last reply
              0
              • C Christian Graus

                ToddHileHoffer wrote:

                Do you have an MSDN subscription? Call Microsoft!

                Microsoft support is non existant. Even when I was an MVP, it was a joke.

                Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                V Offline
                V Offline
                Vasudevan Deepak Kumar
                wrote on last edited by
                #21

                In a way sometimes the vendor support of any major now looks horrible. We would need to carefully assess their solutions before implementing their recommendations so that we are not pushed to a situation of pulling our hairs at the 23rd hour with an embarrasing face before the client. On a personal front, I once encountered a true moronic dumbnut in Nokia Customercare who suggested me to use 'Restore Factory Settings' (equivalent of formatting) on the device just to check and assess the battery life. I have shared out a review here: www.mouthshut.com/review/Nokia_5800_XpressMusic-168046-1.html[^] (The category for my mobile Nokia 6030 is unavailable still and hence requested MouthShut support to have one created and the article moved there). Had this been another layman, he would have religiously followed their advice only to see all his downloaded ringtones, Phone Memory based Phonebook, Personalised Settings vanish that easily.

                Vasudevan Deepak Kumar Personal Homepage
                Tech Gossips
                The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                1 Reply Last reply
                0
                • P peterchen

                  Christian Graus wrote:

                  Has anyone seen anything like this ?

                  Yes, in many products in their infancy stage. Oh wait, you wanted a solution?

                  Don't attribute to stupidity what can be equally well explained by buerocracy.
                  My latest article | Linkify!| FoldWithUs! | sighist

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

                  peterchen wrote:

                  Yes, in many products in their infancy stage.

                  .NET has been out since 2002, seven years is long enough to work out how to install a patch. And, no, I didn't really expect a solution, I just wanted to complain.

                  Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                  P 1 Reply Last reply
                  0
                  • C Christian Graus

                    peterchen wrote:

                    Yes, in many products in their infancy stage.

                    .NET has been out since 2002, seven years is long enough to work out how to install a patch. And, no, I didn't really expect a solution, I just wanted to complain.

                    Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

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

                    I didn't say .NET is in its infacy....

                    Don't attribute to stupidity what can be equally well explained by buerocracy.
                    My latest article | Linkify!| FoldWithUs! | sighist

                    1 Reply Last reply
                    0
                    • C Christian Graus

                      So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                      W Offline
                      W Offline
                      woudwijk
                      wrote on last edited by
                      #24

                      Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                      My second computer is your linux box.

                      V P realJSOPR 3 Replies Last reply
                      0
                      • W woudwijk

                        Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                        My second computer is your linux box.

                        V Offline
                        V Offline
                        Vasudevan Deepak Kumar
                        wrote on last edited by
                        #25

                        Thanks for sharing about the tool. I voted a '5' for this message.

                        Vasudevan Deepak Kumar Personal Homepage
                        Tech Gossips
                        The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                        1 Reply Last reply
                        0
                        • W woudwijk

                          Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                          My second computer is your linux box.

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

                          Because good software should cleanup after itself? :rolleyes:

                          Don't attribute to stupidity what can be equally well explained by buerocracy.
                          My latest article | Linkify!| FoldWithUs! | sighist

                          1 Reply Last reply
                          0
                          • C Christian Graus

                            So, I dialled into a client machine to try to work out why our WPF app would not work. Here's what I found. .NET 1.1 was installed. Apart from that, it was all 3.5 SP1, that is, the 2.0 and 3.0 service pack that come with those as well. Our app would crash when run. At one point it had run and THEN crashed ( because some moron decided it was OK for a .NET 3.5 app to crash and report invalid XAML if WMP 10 was not installed ), I have the error log to prove that. But now, it just crashes. I wrote a winforms 'hello world' app, just a button that, when pressed, showed 'hello world'. This also crashes when I try to run it. I uninstalled .NET 3.5 SP1, and installed just 3.5. This did not fix the issue. So, I uninstalled 3.5, which I needed to do before it would let me uninstall 3.0 SP1 and 2.0 SP2. Having done all that, I tried to reinstall 3.5. The installer now crashes every time I try to install it. I download the original 2.0 installer. It won't install, it says it's incompatible with other updates ( I assume the footprints of SP1 ). I try to install 2.0 SP2 by itself. That just shows a dialog with no text in it, and 'installer error' as the title. So, I am back with 3.5 SP1. I reinstall this, no issues. But, I am back where I started. Any .NET app, crashes. I look in the error log and find: .NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A097706) (80131506) I googled this and got a suggestion to clear my temp directories, but the remote session I was working in dropped out and the client had gone home. Three and a half hours later, I have achieved nothing. Has anyone seen anything like this ?

                            Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

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

                            Use ghost. Its the best "uninstaller" there is

                            Morality is indistinguishable from social proscription

                            L realJSOPR 2 Replies Last reply
                            0
                            • L Lost User

                              Use ghost. Its the best "uninstaller" there is

                              Morality is indistinguishable from social proscription

                              L Offline
                              L Offline
                              leppie
                              wrote on last edited by
                              #28

                              fat_boy wrote:

                              Its the best "uninstaller" there is

                              format /u is better, sorry.

                              xacc.ide
                              IronScheme - 1.0 beta 3 - out now!
                              ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

                              1 Reply Last reply
                              0
                              • C Christian Graus

                                ToddHileHoffer wrote:

                                Do you have an MSDN subscription? Call Microsoft!

                                Microsoft support is non existant. Even when I was an MVP, it was a joke.

                                Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                                T Offline
                                T Offline
                                ToddHileHoffer
                                wrote on last edited by
                                #29

                                I haven't had any issues that took more than a few minutes to fix in last 4 or 5 years. But back when I started using ASP.Net 2001-2003 I called MS about 4 or 5 times to resolve issues I couldn't figure out. Granted I would usually have to spend 4-6 hours on the phone with them, but they always found a solution for me.

                                I didn't get any requirements for the signature

                                1 Reply Last reply
                                0
                                • L Lost User

                                  Use ghost. Its the best "uninstaller" there is

                                  Morality is indistinguishable from social proscription

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

                                  Ghost bites. Use Acronis True Image.

                                  "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
                                  • W woudwijk

                                    Just curiuos, why are you not using the Dotnet cleanup tool ? http://blogs.msdn.com/astebner/pages/8904493.aspx[^] This should cleanup all of dotnet including all reg settings

                                    My second computer is your linux box.

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

                                    I don't know what's more disturbing - the existence of that tool, or the idea that Microsoft admits it was necessary to create it.

                                    "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 Christian Graus

                                      There's MORE patches AFTER all the ones that SP1 installs ? No, I didn't install SP1 at ALL, the client did, and all I did was focus on winding back. I HAVE run SP1 without any other patches on my machine tho and had no issues.

                                      Christian Graus Driven to the arms of OSX by Vista. Please read this[^] if you don't like the answer I gave to your question. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

                                      D Offline
                                      D Offline
                                      Dave Parker
                                      wrote on last edited by
                                      #32

                                      Probably, I vaguely remember 3.5 SP1 causing problems for us a while back that additional hotfixes were then needed for.

                                      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