locked
Attempted to read write protected memory. this is often an indication that other memory is corrupt RRS feed

  • Question

  • User-740209433 posted

    Hi,

    We are using VS2010 .NET Framework 3.5. We loaded the source code from our client to our local web server. We rebuilt the whole solution before moving the dlls to the web server. After the site runs for a few weeks, we get the following error.

    attempted to read write protected memory. this is often an indication that other memory is corrupt

    But when I rebuilt the solution again and copy all the dlls to our local webserver, it works again. I have to keep doing it once a while, any idea what is missing or done wrong?

    Please advice, your help would be greatly appreciated!

    Monday, June 18, 2018 6:25 PM

All replies

  • User283571144 posted

    Hi wkpli,

    According to your description, I couldn't directly find the reason why you face this error.

    Could you please post the details error message?

    Besides, maybe you have un-managed code and you are calling it from managed code. That is preventing to run this code.

    Try running these commands in cmd and restart your pc

    netsh winsock reset
    netsh winsock reset catalog

    Best Regards,

    Brando

    Tuesday, June 19, 2018 4:45 AM