简体   繁体   English

Windows 10升级后,Visual Studio 2013在SQL模式比较中的SQL Select Source / Target上崩溃

[英]Visual Studio 2013 crashes on SQL Select Source/Target in SQL Schema Compare after Windows 10 upgrade

With an existing schema compare file, or a newly created one. 使用现有模式比较文件或新创建的模式比较文件。

Tried to change source or target via: 尝试通过以下方式更改源或目标:

Menu: "SQL" Choice: "Select Source..." OR "Select Target..." 菜单:“ SQL”选择:“选择源...”或“选择目标...”

Visual Studio 2013 then crashed with message: "Microsoft Visual Studio 2013 has stopped working ..." 然后,Visual Studio 2013崩溃并显示消息:“ Microsoft Visual Studio 2013已停止工作...”

Thank you once again Stack Overflow for the solution, which was suggested by a similar problem here: 再次感谢您提供Stack Overflow的解决方案,这是由类似问题在此处提出的:

Why does select source for a SQL Schema Comparison cause VS2012 to crash? 为什么选择用于SQL Schema比较的源会导致VS2012崩溃?

I could not up-vote this solution as I still have insufficient reputation. 我仍然没有足够的声誉,因此无法投票赞成该解决方案。

Solution was to open RedEdit (Command-Run RegEdit) Navigate to: HKEY_CURRENT_USER\\SOFTWARE\\Microsoft\\VisualStudio\\12.0\\SSDT\\ConnectionMruList 解决方法是打开RedEdit(命令运行RegEdit)导航至:HKEY_CURRENT_USER \\ SOFTWARE \\ Microsoft \\ VisualStudio \\ 12.0 \\ SSDT \\ ConnectionMruList

Delete all entries other than Default (won't let you delete that) 删除除“默认”以外的所有条目(不允许您删除该条目)

Restarted Visual Studio 2013 and it works again. 重新启动了Visual Studio 2013,它可以再次工作。

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

相关问题 Visual Studio 2013 SQL 架构比较:忽略列顺序 - Visual Studio 2013 SQL Schema Compare: Ignore Column Order 在Visual Studio 2013上进行SQL架构比较,是否可以比较两个以上的数据库? - SQL Schema Compare on Visual Studio 2013, Is there any way to compare more than 2 databases? 最新的Windows 10更新后Visual Studio 2013发布崩溃 - Visual Studio 2013 publish crash after newest windows 10 update Visual Studio 2015 SQL架构与非标准端口比较 - Visual Studio 2015 SQL Schema Compare with non standard port 在Visual Studio中设计SQL架构并自动生成SQL脚本以创建和升级数据库 - Design SQL schema in Visual Studio and auto-generate SQL script to create and upgrade database SSRS-打开数据集属性Windows会使Visual Studio 2013崩溃 - SSRS - Opening DataSet Property Windows Crashes Visual Studio 2013 Windows Phone设计图面在Visual Studio 2013 Ultimate(更新4)中崩溃 - Windows Phone design surface crashes in Visual Studio 2013 Ultimate (Update 4) Visual Studio架构比较 - Visual Studio Schema Compare Visual Studio 2013是否与SQL Server 2012兼容? - Is Visual Studio 2013 compatible with SQL Server 2012? Visual Studio 2013中的SQL Server项目 - SQL Server Project in Visual Studio 2013
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM