Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/CsvExportData.cs =================================================================== diff -u -r3533 -r3537 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/CsvExportData.cs (.../CsvExportData.cs) (revision 3533) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/CsvExportData.cs (.../CsvExportData.cs) (revision 3537) @@ -2081,7 +2081,7 @@ catch (Exception) { ExceptionMessage = string.Format( - "The file {0} could not be opened with D-Stability. Make sure files with the extension {1} are associated with D-Stability.", + "The file {0} could not be opened with D-Stability. Make sure D-Stability is installed and that files with the extension {1} are associated with D-Stability.", InputFile, Path.GetExtension(InputFile)); DataEventPublisher.AfterChange(this, "ExceptionMessage"); }