Ben
Ben

Reputation: 1032

How to debug a WPF vb.NET App crash?

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

Answers (1)

NeroBrain
NeroBrain

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

Related Questions