10-07-2025 08:41:19.200|ERROR|ServiciosBCI.API.Controllers.BCIController.GetTransbank|Unable to load the specified metadata resource.: System.Data.Entity.Core.MetadataException: Unable to load the specified metadata resource.
   en System.Data.Entity.Core.Metadata.Edm.MetadataArtifactLoaderCompositeResource.LoadResources(String assemblyName, String resourceName, ICollection`1 uriRegistry, MetadataArtifactAssemblyResolver resolver)
   en System.Data.Entity.Core.Metadata.Edm.MetadataArtifactLoaderCompositeResource.CreateResourceLoader(String path, ExtensionCheck extensionCheck, String validExtension, ICollection`1 uriRegistry, MetadataArtifactAssemblyResolver resolver)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.SplitPaths(String paths)
   en System.Data.Entity.Core.Common.Utils.Memoizer`2.Result.GetValue()
   en System.Data.Entity.Core.Common.Utils.Memoizer`2.Evaluate(TArg arg)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.GetArtifactLoader(DbConnectionOptions effectiveConnectionOptions)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.GetMetadataWorkspace(DbConnectionOptions effectiveConnectionOptions)
   en System.Data.Entity.Core.EntityClient.EntityConnection.GetMetadataWorkspace()
   en System.Data.Entity.Core.Objects.ObjectContext..ctor(EntityConnection connection, Boolean isConnectionConstructor, ObjectQueryExecutionPlanFactory objectQueryExecutionPlanFactory, Translator translator, ColumnMapFactory columnMapFactory)
   en System.Data.Entity.Internal.InternalConnection.CreateObjectContextFromConnectionModel()
   en System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
   en System.Data.Entity.Internal.InternalContext.Initialize()
   en System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
   en System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()
   en System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext()
   en System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider()
   en System.Linq.Queryable.Join[TOuter,TInner,TKey,TResult](IQueryable`1 outer, IEnumerable`1 inner, Expression`1 outerKeySelector, Expression`1 innerKeySelector, Expression`1 resultSelector)
   en ServiciosBCI.API.Controllers.BCIController.GetTransbank(String idSolicitud) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 0
10-07-2025 09:30:53.048|ERROR|ServiciosBCI.API.Controllers.BCIController.GetTransbank|Unable to load the specified metadata resource.: System.Data.Entity.Core.MetadataException: Unable to load the specified metadata resource.
   en System.Data.Entity.Core.Metadata.Edm.MetadataArtifactLoaderCompositeResource.LoadResources(String assemblyName, String resourceName, ICollection`1 uriRegistry, MetadataArtifactAssemblyResolver resolver)
   en System.Data.Entity.Core.Metadata.Edm.MetadataArtifactLoaderCompositeResource.CreateResourceLoader(String path, ExtensionCheck extensionCheck, String validExtension, ICollection`1 uriRegistry, MetadataArtifactAssemblyResolver resolver)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.SplitPaths(String paths)
   en System.Data.Entity.Core.Common.Utils.Memoizer`2.Result.GetValue()
   en System.Data.Entity.Core.Common.Utils.Memoizer`2.Evaluate(TArg arg)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.GetArtifactLoader(DbConnectionOptions effectiveConnectionOptions)
   en System.Data.Entity.Core.Metadata.Edm.MetadataCache.GetMetadataWorkspace(DbConnectionOptions effectiveConnectionOptions)
   en System.Data.Entity.Core.EntityClient.EntityConnection.GetMetadataWorkspace()
   en System.Data.Entity.Core.Objects.ObjectContext..ctor(EntityConnection connection, Boolean isConnectionConstructor, ObjectQueryExecutionPlanFactory objectQueryExecutionPlanFactory, Translator translator, ColumnMapFactory columnMapFactory)
   en System.Data.Entity.Internal.InternalConnection.CreateObjectContextFromConnectionModel()
   en System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
   en System.Data.Entity.Internal.InternalContext.Initialize()
   en System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
   en System.Data.Entity.Internal.Linq.InternalSet`1.Initialize()
   en System.Data.Entity.Internal.Linq.InternalSet`1.get_InternalContext()
   en System.Data.Entity.Infrastructure.DbQuery`1.System.Linq.IQueryable.get_Provider()
   en System.Linq.Queryable.Join[TOuter,TInner,TKey,TResult](IQueryable`1 outer, IEnumerable`1 inner, Expression`1 outerKeySelector, Expression`1 innerKeySelector, Expression`1 resultSelector)
   en ServiciosBCI.API.Controllers.BCIController.GetTransbank(String idSolicitud) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 0
10-07-2025 10:36:02.446|FATAL|ServiciosBCI.API.Controllers.BackVialController.Sigma_Crear_Servicios|Problemas en la creación del Expediente: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BackVialController.Sigma_Crear_Servicios(Solicitudes solicitud) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BackVialController.cs:línea 136
10-07-2025 10:36:02.461|ERROR|ServiciosBCI.API.Controllers.BackVialController.Crear_Expediente|No se logró extraer el expediente: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BackVialController.Sigma_Crear_Servicios(Solicitudes solicitud) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BackVialController.cs:línea 181
   en ServiciosBCI.API.Controllers.BackVialController.Crear_Expediente(Solicitudes solicitud) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BackVialController.cs:línea 54
10-07-2025 10:56:07.810|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 10:56:07.825|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 10:56:07.841|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 10:56:07.841|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 10:56:07.857|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 10:56:07.872|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:20:44.679|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:20:44.679|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:20:44.710|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:20:44.726|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:20:44.726|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:20:44.742|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:22:00.915|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:23:22.983|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:24:08.488|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:24:08.503|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:24:08.503|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:24:08.503|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:24:08.503|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:24:08.503|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:25:15.218|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:27:32.799|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:28:22.025|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:30:39.750|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:30:39.750|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:30:39.765|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:30:39.765|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:30:39.765|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:30:39.765|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:44:27.048|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:45:07.694|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.Utils.FormatHelper.ToInt32|Problemas para convertir en número: System.FormatException: La cadena de entrada no tiene el formato correcto.
   en System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   en System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   en ServiciosBCI.Utils.FormatHelper.ToInt32(Object obj) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.Utils\FormatHelper.cs:línea 63
10-07-2025 16:47:01.169|ERROR|ServiciosBCI.API.Controllers.BCIController.LeerCoordenada|Datos incompletos en la geolocalización.: System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
   en ServiciosBCI.API.Controllers.BCIController.LeerCoordenada(Object coordenada) en C:\Desarrollo\ServiciosBCI\ServiciosBCI.API\Controllers\BCIController.cs:línea 2634
