0
I can't find anything either. Even the VS tool C++ Error Lookup can't find the corresponding message.
0
ok, it seems that I can substitute notepad.exe for my app when call by rcmd thru a bat file and never fail.
But my app fails intermittanty, never even getting to the first line of code and returns an error code: -10737418919
Any idea what that means? Google returned nothing for it.
0
You know that crossed my mind, but not sure how to test for it since the app never makes it to line 1(or even gets called).
0
Could it have anything to do with connection problems? If anything, the bottleneck is in querying the data. Maybe a time-out exception? etc.
0
I can't think of any other issue. Sorry :(
0
Nope, pulled all of the logging out and still randomly fails.
All 350 files are unique. very strange.
0
You know that could be possible. I do write to a log file from the app during the process. I will turn off loggin and see if we can get it to fail...
thanks
0
When you execute the app for 300 times. Could it be that 2 instances are running and trying to access a 'already in use' file or log?