Not Valid Characters Vb6.0

0

I have an error in visual basic 6.0, says Error characters not valid in path, I share the code to see if anyone knows what that error is.

 Call tim.procesaCfdi("C:\Entrada\aaaaaa.cer", "C:\Entrada\aaaaaaaaa.key", "xxxxx", "xxxxx", "[email protected]", "xxxxx", "C:\QR\", "C:\xmlsellar\", "C:\Entrada\", "C:\xmlout\", "C:\xmlerror\")
    
asked by Cesar Ramirez Monroy 11.04.2016 в 18:28
source

1 answer

1

Check the parameters of your method procesaCfdi() , instead of receiving a route, where required, send a text or email, for that reason the message:

  

Error Characters not valid in the path

    
answered by 11.04.2016 в 22:12