Using SQL Server 2008 and SQL Server 2005 and date time

前端 未结 8 2182
春和景丽
春和景丽 2020-12-12 12:52

I\'ve built a entity framework model against a 2008 database. All works ok against the 2008 database. When I try to update the entity on a 2005 database I get this error.

8条回答
  •  一生所求
    2020-12-12 13:13

    We had this error on SQL2005 v.3, where we did not have it on SQL2005 v.4.

    Adding SQL2005 to the connection string fixed our specific problem.

    We haven't identified why yet, and did not want to modify code to provide the token as solved above (issue manifested during deployment).

提交回复
热议问题