I made a python console exe. It cannot work on windows2008 R2 server.
I copy MSVCR100.dll and MSVCP100.dll from another computer onto the dir containing the exe file. It has been working correctly a long time.
Today, when start it show that "Failed to write all bytes for MSVCR100.dll"
I don't know what caused it and how to deal with it.
Thanks for any suggestions.