• Microsoft Visual Studio 2010 Shell (Isolated)


    重装了系统以后,因为机器上的VS2010文件有问题,所以先装了SQL SERVER 2012,只有才安装了VS2010和VS2012。看起来都很正常,结果发现SSMS怎么都启动不了,重装SQL SERVER也不行,一直怀疑是卸载了什么关联的组件引起的。

    DBA直接给了一个解决方案,马上就解决了。

    • Start regedit.exe

    • Go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio

    • Delete 11.0_Config

    • Restart ssms.exe
    There is a similar problem in this feedback to Microsoft, please refer to it:
    http://connect.microsoft.com/VisualStudio/feedback/details/690773/after-installing-visual-studio-11-my-sql-server-denali-cannot-be-opened

    参考文章里的一段话:

    This happens after installing SQL Server 2012 (Code named "Denali CTP3") or later, running SSMS successfully, then (later) install VS11 Dev Preview, and then run SSMS.
    Dev11 Preview improperly recognize SQL Server Denali SSMS as a version 11 application and it updates the current user’s setting in SSMS registry key during the setup. This issue occurs only when Dev11 Preview is installed after the installation of SSMS.
    SQL Server 2012 SSMS has a built-in security and resiliency feature for any corrupted configuration in HKCU registry key. The corrupted registry keys can be simply deleted then SSMS automatically reconstructs it with correct values during the next startup procedure.
    • Start regedit.exe
    • Go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio
    • Delete 11.0_Config
    • Restart ssms.exe

  • 相关阅读:
    gateway 实现接口日志保存
    Spring Boot应用的Controller返回的集合类数据是XML格式的可能原因
    json 转list
    观察者模式
    Quartz定时任务整理
    java通过word模板生成word文档
    基于mysql的单据号生成(前缀+日期+自增id+后缀)
    Rabbitmq详解
    java.sql.SQLException: connection holder is null 问题处理
    为什么要用消息队列或消息队列的优缺点
  • 原文地址:https://www.cnblogs.com/kofkyo/p/2970978.html
Copyright © 2020-2023  润新知