diff --git a/tsNotificacionesClient.vb b/tsNotificacionesClient.vb
index a5d2e74..b5c62ff 100644
--- a/tsNotificacionesClient.vb
+++ b/tsNotificacionesClient.vb
@@ -51,7 +51,7 @@ Public Class TsNotificacionesClient
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 Or SecurityProtocolType.Tls11
Dim config = New ConfigurationBuilder().
- SetBasePath(Directory.GetCurrentDirectory()).
+ SetBasePath(AppContext.BaseDirectory).
AddJsonFile("appsettings.json", [optional]:=False).
Build()
diff --git a/tsUtilidades.vbproj b/tsUtilidades.vbproj
index 2074b9e..aef7562 100644
--- a/tsUtilidades.vbproj
+++ b/tsUtilidades.vbproj
@@ -16,11 +16,12 @@
net8.0
tsUtilidades
net8.0, libreria
- 1.1.14
+ 1.1.15
Manuel
Tecnosis S.A
Utilidades Varias
+ - 2026-05-12 1.1.15 Se corrige tsNotificacionesClient
- 2026-04-10 1.1.14 Se corrige tsNotificacionesClient
- 2026-04-10 1.1.13 Se corrige tsNotificacionesClient
- 2026-04-28 1.1.11 Se aƱade log del sistema a tsNotificacionesClient