Thank you for your reply.
I see you have spaces in the "Nombre de archivo.zip" and spaces are not allowed when exporting a compiled assembly. You would have to change the name so that it does not include spaces. You could consider using underscores or dashes (_ or -) instead such as "Nombre_de_archivo" or "Nombre-de-archivo"
Thank you for your time and patience.

Comment