简体   繁体   English

C#-SQL Server数据工具-如何从VS2010迁移到VS2013

[英]C# - SQL Server Data Tools - How to migrate from VS2010 to VS2013

We have a unit test project coded in C# using Visual Studio 2010 and using the "Microsoft.Data.Schema.UnitTesting" namespace (from SQL Server Data Tools 2010 I think). 我们有一个使用Visual Studio 2010和C#编码的单元测试项目,使用Visual Studio 2010和“ Microsoft.Data.Schema.UnitTesting”命名空间(我认为来自SQL Server Data Tools 2010)。 For example we use classes like DatabaseTestClass. 例如,我们使用诸如DatabaseTestClass之类的类。

We have been using Visual Studio 2013 for a while, but it's just now, when we uninstall Visual Studio 2010, that we notice that this namespace "Microsoft.Data", is not available anymore in VS2013. 我们已经使用Visual Studio 2013一段时间了,但是直到现在,当我们卸载Visual Studio 2010时,我们注意到该名称空间“ Microsoft.Data”在VS2013中不再可用。

I've been looking for alternate namespace and classes, but couldn't find any. 我一直在寻找备用的名称空间和类,但找不到任何名称空间和类。 This project should be deprecated in a few months, so we don't want to spend time rewriting it. 这个项目应该在几个月后就被淘汰,所以我们不想花时间重写它。 But we need to be able to maintain it a little bit more. 但是我们需要能够对其进行更多维护。

Does somebody know a workaround? 有人知道解决方法吗?

Thanks 谢谢

You can get the latest version of SSDT for VS2013 here: https://msdn.microsoft.com/en-us/library/mt674919.aspx 您可以在此处获取VS2013的最新版SSDT: https ://msdn.microsoft.com/zh-cn/library/mt674919.aspx

In this version of SSDT, the database unit test code uses the namespace Microsoft.Data.Tools.Schema.Sql.UnitTesting. 在此版本的SSDT中,数据库单元测试代码使用名称空间Microsoft.Data.Tools.Schema.Sql.UnitTesting。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从C#调试C ++ dll在VS2013中有效,但在VS2010中无效 - Debug C++ dll from C# works in VS2013, but not VS2010 如何通过c#编程打开带有某些项目的Visual Studio exe(VS2008,VS2010,VS2012,VS2013)? - How to open Visual Studio exe's(VS2008,VS2010,VS2012,VS2013) with some projects by programming in c#? 从VS2010升级到VS2013(或VS2012)后,无法打开Visual Studio C#解决方案,错误消息“不支持给定路径的格式” - Can not open Visual Studio C# solution after upgrading from VS2010 to VS2013 (or VS2012), error message “The given path's format is not supported” 将.NET Web应用程序从VS2010升级到2013并没有将图标更改为VS2013 - Upgrade .NET web application from VS2010 TO 2013 did not change the icon to VS2013 将VS2010 CodeGenerator扩展移植到VS2013 - Port VS2010 CodeGenerator extension to VS2013 如何在VS2013中从WinForm生成日志(C#) - How to generate logs from a winform in VS2013(c#) C# 从 VS2010 中的单元格读取 Excel 数据 - C# Reading Excel Data From Cells in VS2010 使用VS2013连接到C#中的OPC服务器 - Connect to OPC server in C# with VS2013 AppFabric DataCacheFactory()初始化在VS2013中挂起,在VS2010和VS2012中正常工作 - AppFabric DataCacheFactory() initialization hangs in VS2013, works fine in VS2010 and VS2012 将标识符从Color更改为Color C#/ VS2013 - Change identifier from Color to Colour C#/VS2013
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM