Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReader.cs =================================================================== diff -u -r6436 -r6576 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReader.cs (.../StixFileReader.cs) (revision 6436) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.StixFileReader/StixFileReader.cs (.../StixFileReader.cs) (revision 6576) @@ -46,7 +46,7 @@ throw new FileNotFoundException($"Could not find file {filePath}."); } - using Reader dataModelReader = new PersistenceFactory().CreateArchiveReader(filePath); + using DGeoSuite.Components.Persistence.Reader dataModelReader = new PersistenceFactory().CreateArchiveReader(filePath); PersistableDataModel dataModel = dataModelReader.Read(); VerifyReadData(dataModel); @@ -59,7 +59,7 @@ { if (dataModel.Info == null) { - throw new StorageReadException($"Could not successfully read {typeof(PersistableDataModel)} from file."); + throw new DGeoSuite.Components.Persistence.StorageReadException($"Could not successfully read {typeof(PersistableDataModel)} from file."); } } } \ No newline at end of file