LINQtoCSV icon indicating copy to clipboard operation
LINQtoCSV copied to clipboard

Problem with .NET 4.6

Open emi79 opened this issue 5 years ago • 0 comments

I had to read data from a simple csv file, but the read method always returned a null reference exception. It was a .NET 4.6 project. After a couple of hours I changed the target framework to 3.5 and the same code worked flawlessly. Seems that the write operations work fine qith the 4.6, however.

emi79 avatar Dec 24 '20 10:12 emi79