what does this error mean
-
help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments
-
help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments
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.
-
help what does this error mean :confused: Error 8 No overload for method 'GetQuotQuntityItem' takes '0' arguments
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
-
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.
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] -
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]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.