Skip to content

Commit

Permalink
ModelDifference: throws on startup #492 if ModelMapper not found instโ€ฆ
Browse files Browse the repository at this point in the history
โ€ฆalled
  • Loading branch information
apobekiaris committed Aug 7, 2019
1 parent a50b895 commit 3cc56ff
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -10,6 +10,7 @@
using DevExpress.Utils;
using Xpand.ExpressApp.Win.PropertyEditors.RichEdit;
using Xpand.ExpressApp.Win.SystemModule;
using Xpand.XAF.Modules.ModelMapper;
using Xpand.XAF.Modules.ModelMapper.Configuration;
using Xpand.XAF.Modules.ModelMapper.Services;
using AssemblyHelper = DevExpress.ExpressApp.Utils.Reflection.AssemblyHelper;
Expand All @@ -23,6 +24,7 @@ public sealed class ModelDifferenceWindowsFormsModule : ModelDifferenceBaseModul
public ModelDifferenceWindowsFormsModule() {
RequiredModuleTypes.Add(typeof(ModelDifferenceModule));
RequiredModuleTypes.Add(typeof(ExpressApp.Security.Win.XpandSecurityWinModule));
RequiredModuleTypes.Add(typeof(ModelMapperModule));
}
public static ModelApplicationCreator ApplicationCreator { get; set; }

Expand Down

0 comments on commit 3cc56ff

Please sign in to comment.