【发布时间】:2016-09-02 14:02:01
【问题描述】:
我目前正在使用 Web 应用程序,并希望使用 SQL Server Compact 作为包含数据的数据库。我找不到可以与 Visual Studio 一起使用的 SQL Server Compact 版本。当我检查可用的工具时,我在组件列表中找不到 SQL Server Compact,即使它显示它已安装在 nuget 包中。到目前为止,我已经尝试了多个版本,但都没有运气。这个版本的VS 2015 Web Express可以用这个软件吗?
Here's the log: 9/2/2016 10:19:03 AM - Microsoft VSIX Installer
9/2/2016 10:19:03 AM - -------------------------------------------
9/2/2016 10:19:03 AM - Initializing Install...
9/2/2016 10:19:03 AM - Extension Details...
9/2/2016 10:19:03 AM - Identifier : 41521019-e4c7-480c-8ea8-fc4a2c6f50aa
9/2/2016 10:19:03 AM - Name : SQL Server Compact/SQLite Toolbox
9/2/2016 10:19:03 AM - Author : ErikEJ
9/2/2016 10:19:03 AM - Version : 4.5.0.2
9/2/2016 10:19:03 AM - Description : SQL Server Compact/SQLite Toolbox add-in for Visual Studio. This add-in adds several features to help your embedded database development efforts: Scripting of tables and data, import from SQL Server and CSV files and much, much more.
9/2/2016 10:19:03 AM - Locale : en-US
9/2/2016 10:19:03 AM - MoreInfoURL : http://sqlcetoolbox.codeplex.com/
9/2/2016 10:19:03 AM - InstalledByMSI : False
9/2/2016 10:19:03 AM - SupportedFrameworkVersionRange : [4.0,4.9]
9/2/2016 10:19:03 AM -
9/2/2016 10:19:03 AM - SignatureState : Unsigned
9/2/2016 10:19:03 AM - Supported Products :
9/2/2016 10:19:03 AM - Microsoft.VisualStudio.Pro
9/2/2016 10:19:03 AM - Version : [10.0]
9/2/2016 10:19:03 AM - Microsoft.VisualStudio.Pro
9/2/2016 10:19:03 AM - Version : [11.0]
9/2/2016 10:19:03 AM - Microsoft.VisualStudio.Pro
9/2/2016 10:19:03 AM - Version : [12.0]
9/2/2016 10:19:03 AM - Microsoft.VisualStudio.Pro
9/2/2016 10:19:03 AM - Version : [14.0]
9/2/2016 10:19:03 AM - Microsoft.VisualStudio.Pro
9/2/2016 10:19:03 AM - Version : [15.0]
9/2/2016 10:19:03 AM -
9/2/2016 10:19:03 AM - References :
9/2/2016 10:19:03 AM - -------------------------------------------------------
9/2/2016 10:19:03 AM - Identifier : Microsoft.VisualStudio.MPF
9/2/2016 10:19:03 AM - Name : Visual Studio MPF
9/2/2016 10:19:03 AM - Version : [10.0,)
9/2/2016 10:19:03 AM - MoreInfoURL :
9/2/2016 10:19:03 AM - Nested : No
9/2/2016 10:19:03 AM -
【问题讨论】:
-
为什么不呢? Here's a walkthrough.
-
你想做什么?您是否尝试从遗留应用程序进入数据库。考虑谷歌搜索“sql compact edition management studio”等。将特定版本的 SQL Compact(即 3.5、4)添加到您的查询中。
-
由于工作中的安全原因,我正在尝试使用此工具而不是更传统的数据库。我已经尝试安装多次,但没有成功。
标签: c# visual-studio sql-server-ce