Is it taking everybody a PAINFULLY long time to retrieve cost reports?
I thought it was bad enough to have to implement the catch-and-loop to
deal with the response errors, but at the rate things are going it's
going to take all day just to retrieve a single day's worth of cost
reports.
On Nov 21, 1:36 am, "ISellStuff" <jame...@gmail.com> wrote:
I too am using .NET 2.0, c# and I have also done the "catch the
exception" and loop until I get the right answer, with a Thread.Sleep
in between. It usually succeeds on the second try.