Buen día,
Hace unos días, actualice a la versión 1.11.1.6 y estoy teniendo un inconveniente al querer visualizar la consulta dinámica de empleados, el cual es el siguiente

y ésto es lo que dice el elmah.axd
System.AggregateException: One or more errors occurred.
---> System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at Aseinfo.VH4.Expedientes.Services.EmpleadosLivePivotCollection.<>c__DisplayClass3_0.<MakeCollection>b__5(ExpedienteModel exp) in C:\vh4\VH4\Expedientes\Services\Empleos\EmpleadosLivePivotCollection.cs:line 174
at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, Action`1 body)
at Aseinfo.VH4.Expedientes.Services.EmpleadosLivePivotCollection.MakeCollection(CollectionRequestContext context) in C:\vh4\VH4\Expedientes\Services\Empleos\EmpleadosLivePivotCollection.cs:line 228
at Aseinfo.Infrastructure.Services.LivePivot.LivePivotHttpHandlersImplementation.ServeCxml(HttpContext context) in C:\vh4\Infrastructure\Services\LivePivot\LivePivotHttpHandlersImplementation.cs:line 128
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
---> (Inner Exception #0) System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at Aseinfo.VH4.Expedientes.Services.EmpleadosLivePivotCollection.<>c__DisplayClass3_0.<MakeCollection>b__5(ExpedienteModel exp) in C:\vh4\VH4\Expedientes\Services\Empleos\EmpleadosLivePivotCollection.cs:line 174
at System.Threading.Tasks.Parallel.<>c__DisplayClassf`1.<ForWorker>b__c()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass11.<ExecuteSelfReplicating>b__10(Object param0)<---
Quedo al pendiente, gracias.
asked
26 Mar '19, 09:30
Erick Túchez
210●64●71●68
accept rate:
37%
Favor de proporcionar los siguientes datos: • De que versión se actualizó • Versión y tipo (Oracle, SQLServer) de base de datos • Versión del Windows del servidor de aplicaciones • Si el servidor de aplicación y base de datos son servidores separados o juntos
Utilizando los Developers Tools (F12), intercepta el request que falla y revisa el XML que te retorna, quizá allí podes encontrar algun indicio del problema.