Results 1 to 2 of 2

Thread: Why does a call to webservice cause ThreadAbortException?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    Why does a call to webservice cause ThreadAbortException?

    I have a web app that makes a call to a webservice, and it is causing a ThreadAbortException. Why is this? This does not happen when calling the webservice in a windows form application.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Why does a call to webservice cause ThreadAbortException?

    Hello,

    Does the method take a long time to execute? If so, you could be running into a timeout problem that is causing that exception to be thrown.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width