0
sukhdeep.dhillon created
- ABP Framework version: v5.2.1
- UI type: MVC
- DB provider: EF Core
I installed Volo.Forms module into the existing application. in this module, functionality that allow to download responses into CSV file doesn't work.
As Application service layer depend on the CsvHelper library. if I use CsvHelper (15.0.9) version, blank file gets downloaded without any data in it. but if I use the latest version of CsvHelper (27.2.1) then getting the following error
2 Answer(s)
-
0
-
0
It worked now. thank you