简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM