【发布时间】:2020-08-27 18:16:54
【问题描述】:
SSMS v18.5 刚开始没有加载。启动页面显示,它正在使用 CPU,但从未完成。当我使用 -log 命令行参数启动 ssms.exe 时,我在日志中收到了一些此类错误。
<entry>
<record>28</record>
<time>2020/05/12 02:18:57.833</time>
<type>Error</type>
<source>Microsoft Visual Studio Appid Stub</source>
<description>SyncLock called without an initialized synchronization object</description>
</entry>
<entry>
<record>143</record>
<time>2020/05/12 02:18:59.598</time>
<type>Error</type>
<source>Extension Manager</source>
<description>Could not load file or assembly 'Microsoft.ServiceHub.Client, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. </description>
</entry>
我尝试过修复、卸载/重新安装,但没有任何效果。
有人有什么想法可以尝试吗?
【问题讨论】:
标签: sql-server ssms