Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs =================================================================== diff -u -rb66269d1c3435557b993a5daa333612017f6ccfd -r80e51fdd446be6524d4f3bcc4175e8d3ae9c86ff --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs (.../ClosingStructuresCalculationService.cs) (revision b66269d1c3435557b993a5daa333612017f6ccfd) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/ClosingStructuresCalculationService.cs (.../ClosingStructuresCalculationService.cs) (revision 80e51fdd446be6524d4f3bcc4175e8d3ae9c86ff) @@ -104,7 +104,7 @@ { if (!canceled) { - var lastErrorContent = calculator.LastErrorContent; + var lastErrorContent = calculator.LastErrorFileContent; if (string.IsNullOrEmpty(lastErrorContent)) { log.ErrorFormat(Resources.ClosingStructuresCalculationService_Calculate_Unexplained_error_in_closing_structures_0_calculation, @@ -124,7 +124,7 @@ { try { - var lastErrorContent = calculator.LastErrorContent; + var lastErrorContent = calculator.LastErrorFileContent; if (!canceled && !exceptionThrown && !string.IsNullOrEmpty(lastErrorContent)) { log.ErrorFormat(Resources.ClosingStructuresCalculationService_Calculate_Error_in_closing_structures_0_calculation_click_details_for_last_error_1,