well, after having spent endless time googling for an answer , i have to add another question in this matter...
i have a table with 2 datetime fields, generated by EF4 EDMX designer in VS 2010.
the generated fields in SQL 2008 are datetime and not datetime2.
looking at the edmx markup, the fields are of type datetime2.
the insert is failing with the known conversion issue datetime2 / datetime....
i have manually changed the fields to datetime2 on the sql table.
still no luck.
i am probably missing something here but can't figure out what the heck is going on.
i even tried regenerating the db from the designer and recreating the edmx from the db...
still the same issue.
any help is greatly apreciated.