zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    C# SocketUdpServer
    C# HttpHelper
    控制台禁止操作
    Modbus Com SerialPort
    postgresql 备份与恢复
    Firebird 表字段查询
    Postgresql 连接更新
    第 1 章 计算机组成与体系结构 1.1计算机系统组成
    系统架构设计师教程(第4版)
    阿里十年架构师用一张图告诉你什么是系统架构师
  • 原文地址:https://www.cnblogs.com/kofkyo/p/2970978.html
Copyright © 2011-2022 走看看