Index: Application/Application.Ringtoets/app.config =================================================================== diff -u -r78a113ae4b3a1cd879ff171bed5e5562bf13a62e -r399729e0e6586b50d1b3987d3e28322c35901698 --- Application/Application.Ringtoets/app.config (.../app.config) (revision 78a113ae4b3a1cd879ff171bed5e5562bf13a62e) +++ Application/Application.Ringtoets/app.config (.../app.config) (revision 399729e0e6586b50d1b3987d3e28322c35901698) @@ -49,20 +49,13 @@ - - - - - - - Index: Core/Common/src/Core.Common.Base/Core.Common.Base.csproj =================================================================== diff -u -r79b1cdcf9dcdbe4c015f5fc6b42605a00386b120 -r399729e0e6586b50d1b3987d3e28322c35901698 --- Core/Common/src/Core.Common.Base/Core.Common.Base.csproj (.../Core.Common.Base.csproj) (revision 79b1cdcf9dcdbe4c015f5fc6b42605a00386b120) +++ Core/Common/src/Core.Common.Base/Core.Common.Base.csproj (.../Core.Common.Base.csproj) (revision 399729e0e6586b50d1b3987d3e28322c35901698) @@ -116,7 +116,6 @@ True Resources.resx - Index: Core/Common/src/Core.Common.Base/RingtoetsApplication.cs =================================================================== diff -u -r4f50d51f0faba8e846bbaedcf64e39a814b8d975 -r399729e0e6586b50d1b3987d3e28322c35901698 --- Core/Common/src/Core.Common.Base/RingtoetsApplication.cs (.../RingtoetsApplication.cs) (revision 4f50d51f0faba8e846bbaedcf64e39a814b8d975) +++ Core/Common/src/Core.Common.Base/RingtoetsApplication.cs (.../RingtoetsApplication.cs) (revision 399729e0e6586b50d1b3987d3e28322c35901698) @@ -59,10 +59,6 @@ ActivityRunner = new ActivityRunner(); - if (RunningActivityLogAppender.Instance != null) - { - RunningActivityLogAppender.Instance.ActivityRunner = ActivityRunner; - } AppDomain.CurrentDomain.AssemblyResolve += CurrentDomainAssemblyResolve; Settings = ConfigurationManager.AppSettings; @@ -452,12 +448,6 @@ Plugins.Clear(); Plugins = null; - - if (RunningActivityLogAppender.Instance != null) - { - RunningActivityLogAppender.Instance.ActivityRunner = null; - RunningActivityLogAppender.Instance = null; - } } } disposed = true; Fisheye: Tag 399729e0e6586b50d1b3987d3e28322c35901698 refers to a dead (removed) revision in file `Core/Common/src/Core.Common.Base/RunningActivityLogAppender.cs'. Fisheye: No comparison available. Pass `N' to diff?