The request failed with HTTP status 404: Not Found

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • preeti13
    New Member
    • Aug 2007
    • 67

    The request failed with HTTP status 404: Not Found

    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});
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Are you sure that is where the error is occuring?
    That means it cannot find a webpage. It's possible that it uses web methods to retreive XML data, so I would check to make sure whatever file it is looking for, exists and the path to it is correct.

    Comment

    Working...