hola cuando quiero enviar a flujo me da este error. •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.8.4.2, 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;} .er'. ---> System.Net.WebException: Error en el servidor remoto: (500) Error interno del servidor. en System.Net.HttpWebRequest.GetResponse() en System.ServiceModel.Channels.HttpChannelFactory no puedo copiarlo de elmah porque no aparece ahi el error. asked 24 May '15, 18:45 Jaime Menjivar |
autorizando una hora extra para que se inicie el flujo, y da al darle al botón de enviar a autorización pero igual da al darle a guarda y autorizarlo peor ahí no graba el registro. answered 25 May '15, 19:19 Jaime Menjivar |
logre que me diera y que salga en el elmah 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.8.4.2, 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;} .er'. ---> 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 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.AnularFlujo(AnularFlujoRequest request)
en Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.AuthorizationWorkflowServiceClient.Aseinfo.VH4.Infraestructura.Workflow.AuthorizationWorkflowService.IAuthorizationWorkflowService.AnularFlujo(AnularFlujoRequest request)
en Aseinfo.VH4.General.Controllers.FlujosAutorizacionController.Anular(String id, String comentarios, String areaOrigen, String controllerOrigen, String actionOrigen, String filtro, String returnAction) en c:BuildAgentwork608d469cc106b504VH4GeneralControllersFlujosAutorizacionController.cs:línea 686
en lambda_method(Closure , ControllerBase , Object[] )
en System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
en System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary answered 25 May '15, 20:25 Jaime Menjivar |
este me dio cuando trate de anularlo en las solicitudes. answered 25 May '15, 20:27 Jaime Menjivar |
Alguien sabe como se soluciona este error? me salió al autorizar un flujo para creación de Unidades answered 22 Feb '16, 15:34 Christopher J Lee |
Este error me salió cuando tenia mal configurado el puerto del workflow, es decir que en el EvoConfig, donde aparecen los servicios no había colocado el puerto de acuerdo a la configuracion del IIS. Se resolvió al colocarle el puerto al workflow: answered 02 Mar '16, 11:51 Christopher J Lee |
El error es: No se puede cargar el archivo o ensamblado 'Aseinfo.Infrastructure.WebControls, Version=1.8.4.2, Culture=neutral, PublicKeyToken=null' ni una de sus dependencias. El sistema no puede encontrar el archivo especificado
¿Qué estabas haciendo específicamente para que suceda el error y de donde obtuviste esta excepción?