I know the title may be misleading but i didn't knew how to describe in title.
I've wrote an application in C# 3.5 / MS SQL. Application is 90k lines big. I don't use many Try Catch clauses so when error happens it's usually displayed to user with dialog box saying would you like to Continue and the error message. But recently I've noticed on some very rare cases it crashes with known to all dialog that the program has crashed and would you like to send information to Microsoft about it. I couldn't replicate the problem on my own computer, and on other computer that I've tried. It happened so far 5 times on 2 different computers in 2 different places. It was reproducible on that one computer that when user was typing account number application was crashing. Problem disappeared 30 minutes later without me fixing anything.
Should I be worried? Or should i just ignore it like i do when Microsoft Outlook crashes with exactly same message? How to diagnose such behavior when everything works fine on my own development computer and i can't get it to crash either way?
With regards,
MadBoy