BUENOS DIAS EMITI FACTURA ELECTRONICA EN EL SISTEMA, ES PARA UN CLIENTE DEL EXTERIOR, (MEXICO), LA FACTURA SALIO AUTORIZADA, PERO NO REGISTRA FECHA Y HORA DE AUTORIZACION… AL CONSULTARLA EN LA PAGINA DEL SRI DICE QUE ESE DOCUMENTO NO EXISTE…
COMO ME APARECE PENDIENTE DE AUTORIZAR LA VOLVI A ENVIAR Y ME DA EL SIGUIENTE ERROR .
Error interno:
Error en firmado: Se ha especificado un tipo de proveedor no válido.
en System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer)
en System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle& safeProvHandle, SafeKeyHandle& safeKeyHandle)
en System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair()
en System.Security.Cryptography.RSACryptoServiceProvider…ctor(Int32 dwKeySize, CspParameters parameters, Boolean useDefaultKeySize)
en System.Security.Cryptography.X509Certificates.X509Certificate2.get_PrivateKey()
en FirmaXadesNet.Crypto.Signer.SetSigningKey(X509Certificate2 certificate)
en FirmaXadesNet.Crypto.Signer…ctor(X509Certificate2 certificate)
en Aplicacion.Operacion.Servicios.CertificadoService.FirmarDocumentoxml(Byte bytesXML, String rutaCertificado, String contrasena)
en Aplicacion.Operacion.Servicios.ServicioManejoFirmado.ObtenertXmlFirmado(Byte bytesXml, String nombreDocumento, Int32 tipoDocumento, Boolean retornarCadena, Boolean salvarDocumento, String rutaCompleta, String rutaCertificado, String sobrescribirClaveCertificado)
en Aplicacion.Operacion.ServicioManejoSRI.EjecutarEnvioSRI(String rutaCertificado, String sobrescribirClaveCertificado, DtoSolicitud dtoSolicitud, DTOAuditoria dtoAuditoria)