Select Page

C# ASP Net Core Error

When doing a Single lookup from database getting error. XeroBankAccount bankAccount = xeroBankAccountService.Table.Single(p => p.Guid == guid); Gets below exception line: System.InvalidOperationException: Sequence contains no elements at...

NETSTAT in Windows

To get open TCP ports with process ID, first run command prompt as administrator, then run command: netstat -ano -p tcp|findstr LISTENING Result will be: TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 4748 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4708 TCP 0.0.0.0:135 0.0.0.0:0...

Paypal webhook error:

While running Paypal IPN simulator test you may receive below error: IPN was not sent, and the handshake was not verified. Review your information. Running client certificate verification with openssl client seems to be okay: openssl s_client -connect...