I'm reading the CRC value (using File.GetCRC()) of the running exe file (the application) as well as the CRC of a file on a network share drive. When they are different, I download the file from the network share and replace the running exe file (basically, an quick updater).
The problem is, as soon I copy the application file over to the network share folder, its CRC changes. It didn't seem to do this before. I'm wondering what might cause a file's CRC value to change when copied. Last week, I had this working and now it doesn't although I'm not sure what changed.
The problem is, as soon I copy the application file over to the network share folder, its CRC changes. It didn't seem to do this before. I'm wondering what might cause a file's CRC value to change when copied. Last week, I had this working and now it doesn't although I'm not sure what changed.
Comment