I developed an application in C # (.NET Core version 3.1). In this application I use MySql via the MySql.Data library (Version 8.0.21) The application is working fine however sometimes I get this error: System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> System.ComponentModel.Win32Exception (0x8009030F): The message or signature supplied for verification [...] read more