Posts by Dionatas Firmino Machado • 26 points
2 posts
-
0
votes0
answers737
viewsQ: WCF Error - Request cancelled: Failed to create secure channel for SSL/TLS
I’m having a problem when it comes to using the HttpWebRequest, the first time I call the method to effect sending an NF-e to Sefaz’s Webservices it performs normally but the second time I try to…
-
1
votes1
answer128
viewsA: Select days comparison with current date does not work
It can be done this way var contrato = db .Contrato .Include(a => a.PedidoVenda) .Include(a => a.Cliente) .Where(a => a.PedidoVenda.EmpresaID == model.EmpresaID && a.Cancelado ==…