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. Am I the first ever person to get this error?

Am I the first ever person to get this error?

Scheduled Pinned Locked Moved The Lounge
databasecsharpphpvisual-studiocom
36 Posts 22 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.
  • L leppie

    C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

    xacc.ide
    IronScheme - 1.0 RC 1 - out now!
    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

    H Offline
    H Offline
    hammerstein05
    wrote on last edited by
    #3

    Just out of curiosity, what is the error message it gives you? Or are we still playing the game?

    L 1 Reply Last reply
    0
    • D Dan Neely

      congradulations. If you insert a space after "CS" you'll get links to the MSDN error list pages. There's a gap between CS0221 and CS0225. :rose:

      3x12=36 2x12=24 1x12=12 0x12=18

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

      Dan Neely wrote:

      There's a gap between CS0221 and CS0225.

      NO SHIT! ;P

      xacc.ide
      IronScheme - 1.0 RC 1 - out now!
      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

      1 Reply Last reply
      0
      • H hammerstein05

        Just out of curiosity, what is the error message it gives you? Or are we still playing the game?

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

        hammerstein05 wrote:

        Or are we still playing the game?

        Still playing :) I just posted a 'community wiki' on StackOverflow, so Google should catch up in a few hours. Update: I just lost all respect for the idiots on that site. My 'wiki' was closed. One of them supposedly a C# whiz at MS, the other claims to be MVP.

        xacc.ide
        IronScheme - 1.0 RC 1 - out now!
        ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

        modified on Tuesday, December 8, 2009 4:00 PM

        D S 2 Replies Last reply
        0
        • L leppie

          C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

          xacc.ide
          IronScheme - 1.0 RC 1 - out now!
          ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

          L Offline
          L Offline
          Like2Byte
          wrote on last edited by
          #6

          That's a feature!!

          1 Reply Last reply
          0
          • L leppie

            C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

            xacc.ide
            IronScheme - 1.0 RC 1 - out now!
            ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #7

            It looks like you're suffering from "Secondary phase (calcium citrate hydrate) Calcite".

            "WPF has many lovers. It's a veritable porn star!" - Josh Smith

            As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

            My blog | My articles | MoXAML PowerToys | Onyx

            1 Reply Last reply
            0
            • L leppie

              C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

              xacc.ide
              IronScheme - 1.0 RC 1 - out now!
              ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

              N Offline
              N Offline
              Nish Nishant
              wrote on last edited by
              #8

              leppie wrote:

              Now a little game. Provide a code sample that will trigger this error

              using System;

              class Program
              {
              static void Foo<T>(T t, __arglist)
              {
              }

              static void Main(string\[\] args)
              {
              }
              

              }

              Regards, Nish


              Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
              My latest book : C++/CLI in Action / Amazon.com link

              L H E D S 5 Replies Last reply
              0
              • N Nish Nishant

                leppie wrote:

                Now a little game. Provide a code sample that will trigger this error

                using System;

                class Program
                {
                static void Foo<T>(T t, __arglist)
                {
                }

                static void Main(string\[\] args)
                {
                }
                

                }

                Regards, Nish


                Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                My latest book : C++/CLI in Action / Amazon.com link

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

                Damn! You win. How did you find that? Is my Google tricking me?

                xacc.ide
                IronScheme - 1.0 RC 1 - out now!
                ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                R L 2 Replies Last reply
                0
                • L leppie

                  C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

                  xacc.ide
                  IronScheme - 1.0 RC 1 - out now!
                  ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                  S Offline
                  S Offline
                  Single Step Debugger
                  wrote on last edited by
                  #10

                  Only a very few people have seen this error, it means: “Too Good Programmer Detected!”

                  The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

                  L 1 Reply Last reply
                  0
                  • L leppie

                    Damn! You win. How did you find that? Is my Google tricking me?

                    xacc.ide
                    IronScheme - 1.0 RC 1 - out now!
                    ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                    R Offline
                    R Offline
                    ragnaroknrol
                    wrote on last edited by
                    #11

                    He's actually perching outside your window on a laptop looking through the sniper scope. You might want to duck.

                    L 1 Reply Last reply
                    0
                    • L leppie

                      hammerstein05 wrote:

                      Or are we still playing the game?

                      Still playing :) I just posted a 'community wiki' on StackOverflow, so Google should catch up in a few hours. Update: I just lost all respect for the idiots on that site. My 'wiki' was closed. One of them supposedly a C# whiz at MS, the other claims to be MVP.

                      xacc.ide
                      IronScheme - 1.0 RC 1 - out now!
                      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                      modified on Tuesday, December 8, 2009 4:00 PM

                      D Offline
                      D Offline
                      DaveAuld
                      wrote on last edited by
                      #12

                      Google has it already...... http://stackoverflow.com/questions/1869691/undocumented-c-compiler-errors[^]

                      Dave Who am I?: Web|Facebook|Twitter|LinkedIn|Bebo

                      A R 2 Replies Last reply
                      0
                      • R ragnaroknrol

                        He's actually perching outside your window on a laptop looking through the sniper scope. You might want to duck.

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

                        ragnaroknrol wrote:

                        You might want to duck.

                        Your logic is flawed. My error was caused by a different method signature :) Mind you not much different (maybe his telescope is slightly out of focus?).

                        int Foo(__arglist)

                        xacc.ide
                        IronScheme - 1.0 RC 1 - out now!
                        ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                        modified on Tuesday, December 8, 2009 4:14 PM

                        R 1 Reply Last reply
                        0
                        • N Nish Nishant

                          leppie wrote:

                          Now a little game. Provide a code sample that will trigger this error

                          using System;

                          class Program
                          {
                          static void Foo<T>(T t, __arglist)
                          {
                          }

                          static void Main(string\[\] args)
                          {
                          }
                          

                          }

                          Regards, Nish


                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                          My latest book : C++/CLI in Action / Amazon.com link

                          H Offline
                          H Offline
                          hammerstein05
                          wrote on last edited by
                          #14

                          I've looked up __arglist and can see how it's used. Does somebody fancy giving an explanation as to benefits and real-world usage? And Leppie, what was your error caused by specifically?

                          L 1 Reply Last reply
                          0
                          • N Nish Nishant

                            leppie wrote:

                            Now a little game. Provide a code sample that will trigger this error

                            using System;

                            class Program
                            {
                            static void Foo<T>(T t, __arglist)
                            {
                            }

                            static void Main(string\[\] args)
                            {
                            }
                            

                            }

                            Regards, Nish


                            Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                            My latest book : C++/CLI in Action / Amazon.com link

                            E Offline
                            E Offline
                            Ennis Ray Lynch Jr
                            wrote on last edited by
                            #15

                            Trouble using the params keyword?

                            Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. 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

                            1 Reply Last reply
                            0
                            • H hammerstein05

                              I've looked up __arglist and can see how it's used. Does somebody fancy giving an explanation as to benefits and real-world usage? And Leppie, what was your error caused by specifically?

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

                              hammerstein05 wrote:

                              And Leppie, what was your error caused by specifically?

                              Fiddling :) I am investigating different dispatch mechanisms for variable arity functions.

                              xacc.ide
                              IronScheme - 1.0 RC 1 - out now!
                              ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                              1 Reply Last reply
                              0
                              • S Single Step Debugger

                                Only a very few people have seen this error, it means: “Too Good Programmer Detected!”

                                The narrow specialist in the broad sense of the word is a complete idiot in the narrow sense of the word. Advertise here – minimum three posts per day are guaranteed.

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

                                They could at least left a documentation stub in. Even if it only was the message the compiler prints.

                                xacc.ide
                                IronScheme - 1.0 RC 1 - out now!
                                ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                                D 1 Reply Last reply
                                0
                                • D DaveAuld

                                  Google has it already...... http://stackoverflow.com/questions/1869691/undocumented-c-compiler-errors[^]

                                  Dave Who am I?: Web|Facebook|Twitter|LinkedIn|Bebo

                                  A Offline
                                  A Offline
                                  AspDotNetDev
                                  wrote on last edited by
                                  #18

                                  Didn't I see something recently in the Insider about Google rolling out their real time search results? Guess it works.

                                  [Forum Guidelines]

                                  1 Reply Last reply
                                  0
                                  • D DaveAuld

                                    Google has it already...... http://stackoverflow.com/questions/1869691/undocumented-c-compiler-errors[^]

                                    Dave Who am I?: Web|Facebook|Twitter|LinkedIn|Bebo

                                    R Offline
                                    R Offline
                                    Roger Wright
                                    wrote on last edited by
                                    #19

                                    "closed as not a real question ..." :laugh: :laugh: :laugh: Maybe it's not a real website, if you actually want an answer. What a pack of clowns; I can't believe someone recently suggested I ask there for C# help.

                                    "A Journey of a Thousand Rest Stops Begins with a Single Movement"

                                    1 Reply Last reply
                                    0
                                    • L leppie

                                      C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

                                      xacc.ide
                                      IronScheme - 1.0 RC 1 - out now!
                                      ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                                      A Offline
                                      A Offline
                                      AspDotNetDev
                                      wrote on last edited by
                                      #20

                                      Just because you received the error, doesn't mean you "get" it. I imagine the person that created that error code truely "got" the error.

                                      [Forum Guidelines]

                                      1 Reply Last reply
                                      0
                                      • L leppie

                                        C# compiler error CS0224 Dont bother looking in MSDN. Heck not even Google yield 1 result*. Now a little game. Provide a code sample that will trigger this error :) * That's a lie, a better crafted query yielded a few results in Chinese

                                        xacc.ide
                                        IronScheme - 1.0 RC 1 - out now!
                                        ((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition

                                        P Offline
                                        P Offline
                                        Pete OHanlon
                                        wrote on last edited by
                                        #21

                                        Well, __arglist is primarily intended to support C/C++ code where a variable number of parameters can be received (of unknown number and type). I rather suspect this error is based around the fact that they don't want you to be dropping generic types into the arg list.

                                        "WPF has many lovers. It's a veritable porn star!" - Josh Smith

                                        As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.

                                        My blog | My articles | MoXAML PowerToys | Onyx

                                        1 Reply Last reply
                                        0
                                        • N Nish Nishant

                                          leppie wrote:

                                          Now a little game. Provide a code sample that will trigger this error

                                          using System;

                                          class Program
                                          {
                                          static void Foo<T>(T t, __arglist)
                                          {
                                          }

                                          static void Main(string\[\] args)
                                          {
                                          }
                                          

                                          }

                                          Regards, Nish


                                          Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
                                          My latest book : C++/CLI in Action / Amazon.com link

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

                                          Are you a mind reader, or did you encounter this bit of undocumented joy before yourself?

                                          3x12=36 2x12=24 1x12=12 0x12=18

                                          N 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