Hi Daniel,
Thanks for your comment.
I have tried that too and no luck. It seems to be giving up after about 2min. It saves whatever number of files it can in that time. It still works once in few times on the prod server whichis what puzzles me. I can't seem to figure it out what could have been changed to cause this kind of behavior which was working perfectly fine couple of weeks ago.
Thanks,
B
Main Topics
Browse All Topics





by: DanielWilsonPosted on 2009-08-24 at 10:48:20ID: 25170604
Is something not being initialized? I've seen that in C++ .Net ... the debug / IDE environment initialized stuff to 0, empty strings, etc. whereas the live environment didn't do that.
VB.Net, unless I'm much mistaken does that initialization for you, but I believe C# leaves initialization to the programmer.
Alternatively ... and maybe this fits your error messages more ... is there something that will work as long as it's being hit by only a single thread, but if accessed simultaneously be multiple threads will throw an exception?