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. The rain in spain...

The rain in spain...

Scheduled Pinned Locked Moved The Lounge
csharphelpquestion
11 Posts 11 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.
  • V Offline
    V Offline
    VE2
    wrote on last edited by
    #1

    Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

    73

    _ Mike HankeyM M P Richard Andrew x64R 10 Replies Last reply
    0
    • V VE2

      Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

      73

      _ Offline
      _ Offline
      _Damian S_
      wrote on last edited by
      #2

      Well, it was a management level error message... information was technically correct, but practically useless!!

      Silence is golden... but duct tape is silver!! Booger Mobile - My bright green 1964 Ford Falcon - check out the blog here!! | If you feel generous - make a donation to Camp Quality!!

      1 Reply Last reply
      0
      • V VE2

        Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

        73

        Mike HankeyM Offline
        Mike HankeyM Offline
        Mike Hankey
        wrote on last edited by
        #3

        VE2 wrote:

        ok..or is it just me?

        No it's just you man...let it go. :)

        Visual Studio Task List on Steriods - VS2010/AVR Studio 5.0 ToDo Manager Extension

        1 Reply Last reply
        0
        • V VE2

          Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

          73

          M Offline
          M Offline
          Michael Bergman
          wrote on last edited by
          #4

          E_FAIL

          m.bergman

          For Bruce Schneier, quanta only have one state : afraid.

          To succeed in the world it is not enough to be stupid, you must also be well-mannered. -- Voltaire

          Honesty is the best policy, but insanity is a better defense. -- Steve Landesberg

          1 Reply Last reply
          0
          • V VE2

            Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

            73

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            I quit curring about those ages ago.

            1 Reply Last reply
            0
            • V VE2

              Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

              73

              Richard Andrew x64R Offline
              Richard Andrew x64R Offline
              Richard Andrew x64
              wrote on last edited by
              #6

              I'm particularly annoyed by that error because it's the bane of asynchronous programming. If the exception does not occur on the main thread of the process, it gives that error instead of anything helpful.

              The difficult we do right away... ...the impossible takes slightly longer.

              1 Reply Last reply
              0
              • V VE2

                Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

                73

                D Offline
                D Offline
                Dalek Dave
                wrote on last edited by
                #7

                drtl

                ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

                1 Reply Last reply
                0
                • V VE2

                  Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

                  73

                  G Offline
                  G Offline
                  Gizz
                  wrote on last edited by
                  #8

                  Would it help if it was in Spanish? :) El lluvio en Espana caer principalliamente en en.... no idea what plain is. How about 'terra'? Yes, I am bored.

                  1 Reply Last reply
                  0
                  • V VE2

                    Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

                    73

                    K Offline
                    K Offline
                    Kubajzz
                    wrote on last edited by
                    #9

                    VE2 wrote:

                    the rain in spain falls mainly on the plain

                    the rain in spain stays mainly on the plain FTFY :)

                    1 Reply Last reply
                    0
                    • V VE2

                      Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

                      73

                      H Offline
                      H Offline
                      Henry Minute
                      wrote on last edited by
                      #10

                      The bugs in code should stay mainly in the programming fora.

                      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

                      1 Reply Last reply
                      0
                      • V VE2

                        Now I know I'm way too old for this programming stuff but I just wrote a .NET app than ran very well in my Win7 PC but would not even start up on an XP. When I put in some try/catch code I got the following exception message: "exception has been thrown by the target of an invocation". Really? I believe it would have been almost as helpful to exclaim "the rain in spain falls mainly on the plain". Anyhow, by using stacktrace I found and corrected the problem (XP was not happy with a 256x256 icon). Do others find this message ok..or is it just me?

                        73

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

                        WPF sucks sometimes.

                        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                        -----
                        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                        -----
                        "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

                        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