I have a winforms client application which is written in c# 4.0 that sends a simple datatable (in a dataset) to the server , which is written in vb.net 4.0. The datatable is sent through a web service. both client and server are on the same computer. This has been working fine for many years.
Now I get a strange behaviour with a datatable generated from a csv file.
Here it how it looks on the client side:
and here is the server side:
for some reason, the first row time has shifted from 2:55 AM to 03:55 in the server. This results in a duplicate key. what's up with that?
one of the strangest bugs I've ancountered. would appreciate any help with this one - thanks.