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. General Programming
  3. C#
  4. what does this error mean

what does this error mean

Scheduled Pinned Locked Moved C#
help
5 Posts 4 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.
  • B Offline
    B Offline
    benson misi
    wrote on last edited by
    #1

    help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments

    P N 2 Replies Last reply
    0
    • B benson misi

      help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments

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

      benson.misi wrote:

      help what does this error mean Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments

      It means you've called GetQuotQuntityItem with no parameters, and there isn't a version of this method that has no parameters. You need to specify the parameters it's expecting because Object Orientation isn't psychic coding.

      "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

      CPalliniC 1 Reply Last reply
      0
      • B benson misi

        help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        You have a method GetQuotQuntityItem which takes some parameters and you are calling it without specifying the parameters.

        Navaneeth How to use google | Ask smart questions

        1 Reply Last reply
        0
        • P Pete OHanlon

          benson.misi wrote:

          help what does this error mean Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments

          It means you've called GetQuotQuntityItem with no parameters, and there isn't a version of this method that has no parameters. You need to specify the parameters it's expecting because Object Orientation isn't psychic coding.

          "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

          CPalliniC Offline
          CPalliniC Offline
          CPallini
          wrote on last edited by
          #4

          Welcome (you and 'psychic coding') to the CP's memorable quotes list (you my access the list via http://www.codeproject.com/Members/CPallini since the permalink for the list is broken) :)

          If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
          This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
          [My articles]

          In testa che avete, signor di Ceprano?

          P 1 Reply Last reply
          0
          • CPalliniC CPallini

            Welcome (you and 'psychic coding') to the CP's memorable quotes list (you my access the list via http://www.codeproject.com/Members/CPallini since the permalink for the list is broken) :)

            If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
            This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
            [My articles]

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

            Why thank you sir.

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