SQL Server Management Studio crashes on running query

34 Views Asked by At

My SQL Server Management Studio is crashing every time I am running a query.

I am getting following logs:

  <entry>
    <record>816</record>
    <time>2024/03/29 15:31:44.769</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>Loading UI library</description>
    <guid>{67909B06-91E9-4F3E-AB50-495046BE9A9A}</guid>
    <hr>800a006f</hr>
  </entry>
  <entry>
    <record>817</record>
    <time>2024/03/29 15:31:44.769</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>Error loading UI library for package (null). HrLoadNativeUILibrary failed with 0x800a006f.</description>
  </entry>
  <entry>
    <record>819</record>
    <time>2024/03/29 15:31:44.770</time>
    <type>Error</type>
    <source>VisualStudio</source>
    <description>Failed to find CTMENU resource &apos;#1000&apos; in loaded UI library.</description>
  </entry>
0

There are 0 best solutions below