Why do I receive this error when patching 25 R2?
[13:16:35 ERR] Could not find file 'Y:\Sites\*site*\Bin\Addon.csproj'.
System.IO.FileNotFoundException: Could not find file 'Y:\Sites\*site*\Bin\Addon.csproj'.
File name: 'Y:\Sites\*site*\Bin\Addon.csproj'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Patch.Common.CryptographyWrapper.SHA256CheckSum(String filePathName) in C:\code\UpdateService\Patch.Common\CryptographyWrapper.cs:line 13
at PatchTool.Wrappers.AcumaticaPatch.FetchAndDownloadPatchedFiles(AcumaticaPatchOptions options, String outputDirectory) in C:\code\UpdateService\PatchTool\Wrappers\AcumaticaPatch.cs:line 543
at PatchTool.Wrappers.AcumaticaPatch.Process(AcumaticaPatchOptions options) in C:\code\UpdateService\PatchTool\Wrappers\AcumaticaPatch.cs:line 111(where *site* is a placeholder, obviously)