You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: