Rank: Newbie Coder Groups: Member
Joined: 1/20/2010 Posts: 0 Points: 6 Location: Mexico
|
Hi, i'm working with adobe flex 3 in front end, .net in back end with hibernate and webORB in middle, the project have an architecture puremvc modules and the problem existe when i called it across moduleLoader for module. When load the first module is it perfect, it load very well all informacion, but when i try to load another module the problem exist, the module is load complete but the comunication with webORB the result is it:
System.ArgumentOutOfRangeException: La longitud no puede ser inferior a cero.
Nombre del parámetro: length
en System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
en System.String.Substring(Int32 startIndex, Int32 length)
en Weborb.Dispatch.Invoker.dispatch(Request message, RequestContext context)
en Weborb.Dispatch.Dispatchers.dispatch(Request message, RequestContext context)
en Weborb.ORBHttpHandler.a(HttpContext A_0, HttpRequest A_1, HttpResponse A_2) Server.Processing La longitud no puede ser inferior a cero.
Nombre del parámetro: length : en System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
en System.String.Substring(Int32 startIndex, Int32 length)
en Weborb.Dispatch.Invoker.dispatch(Request message, RequestContext context)
en Weborb.Dispatch.Dispatchers.dispatch(Request message, RequestContext context)
en Weborb.ORBHttpHandler.a(HttpContext A_0, HttpRequest A_1, HttpResponse A_2)
Can i help me about this error. Thanks for suggestions and opinions.
|