Index: Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs =================================================================== diff -u -rc5717eada81586126cbf53266abb0fc925382393 -r1eed3e3f652618c52a462edc502cfd4250772314 --- Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision c5717eada81586126cbf53266abb0fc925382393) +++ Application/Ringtoets/src/Application.Ringtoets/App.xaml.cs (.../App.xaml.cs) (revision 1eed3e3f652618c52a462edc502cfd4250772314) @@ -45,6 +45,7 @@ using log4net; using Ringtoets.GrassCoverErosionInwards.Plugin; using Ringtoets.HeightStructures.Plugin; +using Ringtoets.Integration.Data; using Ringtoets.Integration.Plugin; using Ringtoets.Piping.Plugin; using MessageBox = System.Windows.MessageBox; @@ -146,7 +147,7 @@ ManualFilePath = "Ringtoets_Manual.pdf" }; var mainWindow = new MainWindow(); - gui = new GuiCore(mainWindow, new StorageSqLite(), settings) + gui = new GuiCore(mainWindow, new StorageSqLite(), new RingtoetsProjectFactory(), settings) { Plugins = {