When trying to read a specific mpp file, this exception is thrown: ReadCost: encountered value with length 2. Because of the message, i tried to find any Cost field that has an incorrect format, but could not find anythi…... Code: string fileName = "Path/To/File"; Project project =...new(fileName); string fileSave = "Path/To/Save"; project.Save(fileSave);...