首页 > 代码库 > 使用的 SQL Server 版本不支持数据类型“datetime2”的解决办法
使用的 SQL Server 版本不支持数据类型“datetime2”的解决办法
错误原因,在使用ado.net entity的时候,entity使用的数据库是sqlserver 2008,
但后来实际使用中使用的数据库是sqlserver 2005,
使用的 SQL Server 版本不支持数据类型“datetime2”
The version of SQL Server in use does not support datatype ‘datetime2 解决办法 Open your EDMX in a file editor (or “open with…” in Visual Studio and select XML Editor). At the top you will find the storage model and it has an attribute ProviderManifestToken. This has should have the value 2008. Change that to 2005, recompile and everything works.
就是打开你的edmx文件,搜索ProviderManifestToken值,改为2005就ok了。
使用的 SQL Server 版本不支持数据类型“datetime2”的解决办法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。