Attempted to read or write protected memory

后端 未结 13 1566
予麋鹿
予麋鹿 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

提交回复
热议问题