問題描述
我最近從 Visual Studio 2010 升級到了 Visual Studio 2013.
I recently upgraded from Visual Studio 2010 to Visual Studio 2013.
我的大部分項目都可以用 VS2013 打開,除了 SQL Server 2008 數據庫項目(被列為不兼容).
Most of my projects could be opened with VS2013 except for a SQL Server 2008 Database project (which is listed as incompatible).
VS2013 項目模板不包括 SQL Server 2008 數據庫項目,所以我想知道 VS 2013 是否仍然支持這些項目類型.
VS2013 project templates doesn't include the SQL Server 2008 Database project so I'm wondering if those projects type are still suppose to be supported in VS 2013.
推薦答案
根據 MSDN 上的 Visual Studio 2013 兼容性頁面,
如果您將項目轉換為 SQL Server Data Tools 數據庫項目,您可以在 Visual Studio 2013 中打開它.但是,Visual Studio2013 不支持這些工件:單元測試數據生成計劃用于靜態代碼分析的數據比較文件自定義規則擴展server.sqlsettings .sqlcmd 文件自定義部署擴展部分項目 (.files) 如果安裝 SQL Server Data Tools,則可以打開轉換后的 Visual Studio 2010 SP1 項目.更多信息,請參閱 Microsoft SQL Server 數據工具.
If you convert the project to a SQL Server Data Tools Database project, you can open it in Visual Studio 2013. However, Visual Studio 2013 doesn’t support these artifacts: unit tests data-generation plans data-comparison files custom rule extensions for static code analysis server.sqlsettings .sqlcmd files custom deployment extensions partial projects (.files) If you install SQL Server Data Tools, you can open the project in Visual Studio 2010 SP1 after the conversion. For more information, see Microsoft SQL Server Data Tools.
它沒有提及您的版本——Sql Server 2008.
It does not mention anything about your version -- Sql Server 2008.
嘗試安裝 SQL Server Data Tools - 2013 年 10 月更新.不確定這是否會解決它,因為 Sql Server Data Tools 下載頁面 僅列出 Visual Studio 2010 和 2012.
Try installing the SQL Server Data Tools - October 2013 Update. Not sure if that will fix it though, because the Sql Server Data Tools download page lists only Visual Studio 2010 and 2012.
這篇關于Visual Studio 2013 中的 SQL Server 項目的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!