Attempted to read or write protected memory

后端 未结 13 1515
予麋鹿
予麋鹿 2020-11-27 16:07

I\'ve started seeing an AccessViolationException being thrown in my application a several different spots. It never occured on my development pc, our test server. It also o

相关标签:
13条回答
  • 2020-11-27 16:53

    I had the same problem after upgrading from .NET 4.5 to .NET 4.5.1. What fixed it for me was running this command:

    netsh winsock reset

    0 讨论(0)
提交回复
热议问题