Hi friends i am having a problem.try to run the my code but getting this error please help me out with this.how i can solve this error.
The request failed with HTTP status 404: Not Found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebE xception: The request failed with HTTP status 404: Not Found.
Source Error:
Line 830: [return: System.Xml.Seri alization.XmlAr rayAttribute("C atalogItems")]
Line 831: public CatalogItem[] ListChildren(st ring Item, bool Recursive) {
Line 832: object[] results = this.Invoke("Li stChildren", new object[] {
Line 833: Item,
Line 834: Recursive});
The request failed with HTTP status 404: Not Found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebE xception: The request failed with HTTP status 404: Not Found.
Source Error:
Line 830: [return: System.Xml.Seri alization.XmlAr rayAttribute("C atalogItems")]
Line 831: public CatalogItem[] ListChildren(st ring Item, bool Recursive) {
Line 832: object[] results = this.Invoke("Li stChildren", new object[] {
Line 833: Item,
Line 834: Recursive});
Comment