Badr Aldeen Shek Salim

Results 3 comments of Badr Aldeen Shek Salim

I'm getting same issue SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ltu_translations' doesn't exist

after some search I was able to fix this by doing [SuppressMessage("Interoperability", "CA1416:Validate platform compatibility")] private Bitmap GenerateQrCode(string text, int size) { using var qrGenerator = new QRCodeGenerator(); using QRCodeData...