SmartStore.net .net框架版本SQL Server Express版

时间:2016-01-20 22:02:14

标签: .net version nopcommerce sql-server-2014-express

我正在为客户调查smartstore.net。 http://www.smartstore.com/net/en/

通过阅读系统要求,它声明您必须拥有.net 4.5,但可以拥有SQL Server 2008 Express。

https://github.com/smartstoreag/SmartStoreNET/wiki/system-requirements

当我针对SQL Server 2014 Express运行时,我发现它说它只能与.net4一起使用

https://www.microsoft.com/en-ie/download/details.aspx?id=42299

所以我的问题是,这确实是真的.SQL Server 2014只能使用.net 4,这是一个限制,因为我想使用VS 2015社区(有.net 4.6)

我错过了什么吗?

谢谢, Ĵ

1 个答案:

答案 0 :(得分:2)

我相信" .Net 4"指的是 SQL-CLR ,SQL Server内置的 内部CLR运行时。

但SQL Server 2014 Express作为一个整体非常愉快地在我配备.NET 4.5.2的机器上运行 - 在这方面绝对没有问题