diff --git a/PART/Source/Core/Config/Properties/AssemblyInfo.cs b/PART/Source/Core/Config/Properties/AssemblyInfo.cs
index 74aab3f34..d19615993 100644
--- a/PART/Source/Core/Config/Properties/AssemblyInfo.cs
+++ b/PART/Source/Core/Config/Properties/AssemblyInfo.cs
@@ -75,5 +75,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.4.8.0")]
-[assembly: AssemblyFileVersion("2.4.8.0")]
+[assembly: AssemblyVersion("2.4.9.0")]
+[assembly: AssemblyFileVersion("2.4.9.0")]
diff --git a/PART/Source/Core/Utilities/Constants.cs b/PART/Source/Core/Utilities/Constants.cs
index ed35b770e..acd8d0307 100644
--- a/PART/Source/Core/Utilities/Constants.cs
+++ b/PART/Source/Core/Utilities/Constants.cs
@@ -86,8 +86,8 @@ public sealed class Versioning
public static readonly int Minor = 0;
// TODO: Set version manually in Config project
- public const string AssemblyVersion = "2.4.8.0";
- public const string AssemblyFileVersion = "2.4.8.0";
+ public const string AssemblyVersion = "2.4.9.0";
+ public const string AssemblyFileVersion = "2.4.9.0";
}
public static readonly Guid EventBrokerApplicationId = new Guid("{C98F9BE7-2DDE-404a-BAB5-5A7B1BBC3063}");
diff --git a/PART/Source/CprBroker/CPRDirect/CPRDirectClientDataProvider.cs b/PART/Source/CprBroker/CPRDirect/CPRDirectClientDataProvider.cs
index dff2bc250..9b7c1b6f7 100644
--- a/PART/Source/CprBroker/CPRDirect/CPRDirectClientDataProvider.cs
+++ b/PART/Source/CprBroker/CPRDirect/CPRDirectClientDataProvider.cs
@@ -127,7 +127,13 @@ public bool RemoveSubscription(PersonIdentifier personIdentifier)
return true;
} else
{
- throw new Exception(error);
+ // throw new Exception(error);
+
+ // Throwing an exception will cancel a person removal attempt.
+ // We do not want this, e.g. if the error occurs solely because CPR Direct does not recognize a given cpr no.
+ // BUT we do need to log the error in case of other scenarios.
+ Admin.LogError(error);
+ return true;
}
}
else
diff --git a/PART/Source/CprBroker/Web/packages.config b/PART/Source/CprBroker/Web/packages.config
index 9f2352994..ae4747bc8 100644
--- a/PART/Source/CprBroker/Web/packages.config
+++ b/PART/Source/CprBroker/Web/packages.config
@@ -4,7 +4,7 @@
-
+
diff --git a/PART/Source/CprBroker/WixInstaller/Product.wxs b/PART/Source/CprBroker/WixInstaller/Product.wxs
index c53f9c79a..3ab3786bf 100644
--- a/PART/Source/CprBroker/WixInstaller/Product.wxs
+++ b/PART/Source/CprBroker/WixInstaller/Product.wxs
@@ -2,7 +2,7 @@
-
+
@@ -27,10 +27,10 @@
-->
-
+
-
+