Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.resx =================================================================== diff -u -r4055 -r4115 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.resx (.../Resources.resx) (revision 4055) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.resx (.../Resources.resx) (revision 4115) @@ -144,12 +144,6 @@ The data import argument is not valid - - Cannot create or add the entity with the the given id because it already exist - - - The factory argument is null but is a required - The imported data is not valid. Reason: {0} Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.Designer.cs =================================================================== diff -u -r3526 -r4115 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 3526) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 4115) @@ -163,24 +163,6 @@ } /// - /// Looks up a localized string similar to Cannot create or add the entity with the the given id because it already exist. - /// - internal static string EntityAlreadyExist { - get { - return ResourceManager.GetString("EntityAlreadyExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The factory argument is null but is a required. - /// - internal static string EntityFactoryArgumentNull { - get { - return ResourceManager.GetString("EntityFactoryArgumentNull", resourceCulture); - } - } - - /// /// Looks up a localized string similar to The file name is not valid. Maybe due to a null or empty string and or invalid characters. Please use a valid file name. /// internal static string FileNameNotValid { Index: DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/ThrowHelper.cs =================================================================== diff -u -r4070 -r4115 --- DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/ThrowHelper.cs (.../ThrowHelper.cs) (revision 4070) +++ DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/ThrowHelper.cs (.../ThrowHelper.cs) (revision 4115) @@ -41,8 +41,6 @@ CsvObjectMaterializerNotValid, CsvSplitterPatternNotValid, DataImportArgumentNull, - EntityAlreadyExist, - EntityFactoryArgumentNull, ImportFileNotExist, ImportFolderNotExist, ImportFolderNullOrEmpty,