nguyenvanbien95

Results 6 comments of nguyenvanbien95

I have installed gstreamer. Play video on normal browser is good. I think there are issues in environment but I can not recognize it.

I don't have good understanding about project. Can you tell me some advice for this?

I am having the same problem, too. In my case, I have imported wrong library (NPOI) for Asp.net core project. I must switch library to dotnetcore.NPOI and it works!

For example: public static ISheet GetSheet_2003(string nameSheet, MemoryStream stream) { try { var excel = new HSSFWorkbook(stream); stream.Close(); return excel.GetSheet(nameSheet); } catch (Exception ex) { throw; } }

AntDesign should refactor. Components are good but performance need improve