Programs randomly getting System.AccessViolationException

前端 未结 6 1544
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 01:53

Okay so I have been having a lot of issues with debugging. I\'m using VS2013 Pro and Windows 8.1. Both are up to date. The issue is, when I start debugging, half the time it

6条回答
  •  一向
    一向 (楼主)
    2020-12-06 02:13

    I can confirm this problem. It occurs in a small (very trivial) WinForms program distributed with my own commercial app. It's never happened in any earlier version of VS going back to VS2005, including those run on the same machine. It only occurs in VS2013. My version of VS has no 3rd-party add-ins other than what's installed with VS itself. Problem occurs even when all code in "Main()" is commented out. I've tried rebooting, disabling virus checker, firewall, etc. Makes no difference which version of .NET my app targets either (2.0, 3.5, 4.0, whatever). It happens frequently but randomly. Sometimes it works, sometimes it doesn't. Go figure.

提交回复
热议问题