Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [ArgumentException: Caracteres no válidos en la ruta de acceso.]
  2. System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath) +14531724
  3. System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +509
  4. System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +144
  5. System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) +123
  6. System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) +103
  7. System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding) +30
  8. GeneXus.Printer.GxPrintManager.initPrinting(StreamReader streamToRead, Boolean mustSlot) +298
  9. GeneXus.Printer.GxPrintManager.Start() +64
  10. GeneXus.Printer.GxCommandFileSender.closeAndSend() +308
  11. GeneXus.Printer.GxCommandFileSender.Close() +16
  12. GeneXus.Programs.generateFile.executePrivate() +11842
  13. GeneXus.Programs.generateFile.execute(Int64& aP0_Account, String& aP1_tag6, String& aP2_tag2, Int16& aP3_count) +97
  14. GeneXus.Programs.FileGenerator.E110L2() +3199
  15.  
  16. [TargetInvocationException: Se produjo una excepción en el destino de la invocación.]
  17. System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
  18. System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +260
  19. System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +142
  20. System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams) +774
  21. GeneXus.Http.DynAjaxEvent.doInvoke(Object[] MethodParms) +180
  22. GeneXus.Http.DynAjaxEvent.invoke(String JsonMessage, GXHttpHandler targetObj) +317
  23. GeneXus.Http.GXHttpHandler.webAjaxEvent() +230
  24. GeneXus.Http.GXHttpHandler.ProcessRequest(HttpContext httpContext) +1484
  25.  
  26. [Exception: GXApplication exception]
  27. GeneXus.Http.GXHttpHandler.ProcessRequest(HttpContext httpContext) +1896
  28. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790
  29. System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
  30. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement