Reputation: 1032
I have a long running (kiosk display application) WPF vb.NET App which is crashing after about 15 hours.
I've tested it twice, it's crashed almost at the exact same time.
I have no idea where to start. Any tips?
Thanks Ben
Upvotes: 0
Views: 432
Reputation: 71
Your app might be getting "out of memory". You can watch the memory footprint of you application using Task manager/perfmon or memory profilers to find out if that is the case.
Upvotes: 2