SQL Server 2016
Evolution 1.10.1.0

¿A qué podría deberse el siguiente error que se presenta al intentar enviar cualquier solicitud a autorización? ¿Qué configuración podría estar haciendome falta?

En este ejemplo en particular, el Usuario esta intentando enviar a autorizar una solicitud de ingreso eventual.

System.ServiceModel.ProtocolException: El tipo de contenido text/html; charset=utf-8 del mensaje de respuesta no coincide con el tipo de contenido del enlace (text/xml; charset=utf-8). Si usa un codificador personalizado, asegúrese de que el método IsContentTypeSupported se implemente correctamente. Los primeros 1024 bytes de la respuesta fueron: '<!DOCTYPE html><html> <head> <title>No se puede cargar el archivo o ensamblado 'Aseinfo.Infrastructure.WebControls, Version=1.10.1.0, Culture=neutral, PublicKeyToken=null' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.</title> <meta name="viewport" content="width=device-width" /> <style> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .e'. ---> System.Net.WebException: Error en el servidor remoto: (500) Error interno del servidor. en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) --- Fin del seguimiento de la pila de la excepción interna ---Server stack trace: en System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) en System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) en System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) en System.ServiceModel.Dispatcher.RequestChannelBinder.Send(Message message, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) en System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) en System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)Exception rethrown at [0]: en System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) en System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) en Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.IAuthorizationWorkflowService.StartWorkflowInstance(String EntityServiceType, String ConnectionString, String Username, String ConfigConnectionString, String BaseUrl, Guid InstanceId, String ApplicationName) en Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.AuthorizationWorkflowServiceClient.StartWorkflowInstance(String EntityServiceType, String ConnectionString, String Username, String ConfigConnectionString, String BaseUrl, Guid InstanceId, String ApplicationName) en Aseinfo.VH4.Infraestructura.Workflow.WorkflowFoundationEngine.StartCurrentInstance() en Aseinfo.Infrastructure.Base.Entity.EntityServiceBase`2.InitializeWorkflowInEntity(IAuthorizationWorkflowManagedEntity entity, IInstanciaRutaAutorizacion instanciaQueSeReintenta) en C:worka3e0cbded2a6d4b3InfrastructureBaseEntityEntityServiceBase.cs:línea 756 en Aseinfo.Infrastructure.Common.Extensions.MvcExtensions.InicializaFlujoAutorizacion(SecuredExtendedControllerBase controller, IAuthorizationWorkflowManagedEntity entity, IAuthorizationWorkflowManagedEntityService service, IInstanciaRutaAutorizacion instanciaQueSeReintenta) en C:worka3e0cbded2a6d4b3InfrastructureCommonExtensionsMvcExtensions.cs:línea 579

asked 02 May '17, 15:13

Henry%20Sandoval's gravatar image

Henry Sandoval
(suspended)
accept rate: 53%


Este es el error:

No se puede cargar el archivo o ensamblado 'Aseinfo.Infrastructure.WebControls, Version=1.10.1.0, Culture=neutral, PublicKeyToken=null' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado.

Por lo tanto, yo diría que el hace falta un dll, en el bin del workflow. Esto puede suceder al instalar plugins para Evolution, cuando se tienen dependencias adicionales a las manejadas por el estánard.

link

answered 02 May '17, 15:59

Fernando%20Paz's gravatar image

Fernando Paz ♦♦
17.3k81635
accept rate: 51%

Gracias Ferpaz, este inconveniente lo estoy teniendo en la implementación en donde se ha instalado el Plugin de la Hoja de Tiempo. He aplicado los dll's proporcionados. ¿Será que pueden colaborarme para poder resolver? El Usuario no puede enviar flujos a autorizar por este inconveniente.

(02 May '17, 16:05) Henry Sandoval Henry%20Sandoval's gravatar image

Solamente copia los DLL's que te va pidiendo, del folder BIN del website.

(02 May '17, 16:08) Fernando Paz ♦♦ Fernando%20Paz's gravatar image

Gracias Ferpaz, copié los DLL's y ya el Usuario puede enviar los flujos a autorización. Saludos.

(02 May '17, 16:21) Henry Sandoval Henry%20Sandoval's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×26
×17

Asked: 02 May '17, 15:13

Seen: 1,499 times

Last updated: 02 May '17, 16:21

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática