I got a similar problem where sqlserver raise the following error:
"Msg 8114, Level 16, State 5, Line 0
Erreur de conversion du type de données varchar en datetime.
"
If ADO.NET did not send the datetime as a string, there would not be an error regarding convertion from varchar to datetime - I think- !
Is there a way to fix the datetime format ado.net send to sqlserver? Is there any other cause to that problem?
Thanks,
Hugues