My application terminates saying it has done some unexcepted behaviour [closed]
I have coded he application that automatically submits the data on other 200 sites.
I have more than 20,000 tasks to submit in all the sites.
but after submitting around 10-15 tasks to all the sites it get terminated saying an unexpected behavior.
Can any one help me of about why that might be occurring on the server.
The error which is given is here.
Files that help describe the problem:
C:\Users\Administrator\AppData\Local\Temp\WERF10D.tmp.WERInternalMetadata.xml
C:\Users\Administrator\AppData\Local\Temp\WERD93.tmp.appcompat.txt
C:\Users\Administrator\AppData\Local\Temp\WERDA3.tmp.mdmp
Thanks
Well...
How about debugging the application? It will most likely highlight the code that is causing the problem. Also, have you "trycatched" your code? I guess it's almost always a good idea to trycatch it ;).
精彩评论