.NET Runtime version 2.0.50727.8813 - Fatal Execution Engine Error (66E70AD6) (80131506)

Bandith Khorn 21 Reputation points
2021-09-16T04:37:25.217+00:00

I am running Windows Server 2021 r2 and install Microsoft SQL Server 2008 r2 but when I open SQL Server Management Studio, it is and stop responding.
I have done some research and it is related to the .Net Runtime. The error message " .NET Runtime version 2.0.50727.8813 - Fatal Execution Engine Error (66E70AD6) (80131506)

Is there anyone who has advice for me, please?
Thank you,

  • Bandith
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,757 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. YufeiShao-msft 7,056 Reputation points
    2021-09-16T08:39:56.81+00:00

    Hi @Anonymous ,

    It seems to be more about .NET and windows aspect, I just can give you some suggestion, perhaps you should check the error log to see the exact error description and specific fault module name.
    Please open CMD, using “sfc /scannow” to check/repair system files, and here is a .NET framework repair tool: https://support.microsoft.com/en-us/topic/microsoft-net-framework-repair-tool-is-available-942a01e3-5b8b-7abb-c166-c34a2f4b612a

    The CLR has been fatally corrupted, this is most often caused by data corruption
    https://learn.microsoft.com/en-us/dotnet/framework/debug-trace-profile/fatalexecutionengineerror-mda

    a single version of the CLR typically has multiple versions of the .NET Framework that it works with. With regards to SQLCLR code, SQL Server only works with a single version of the CLR, and the specific version depends upon the version of SQL Server.
    So you might consider whether there is a problem in terms of version compatibility.
    https://stackoverflow.com/questions/41114147/which-version-of-net-framework-sql-server-supports

    0 comments No comments

  2. Limitless Technology 39,371 Reputation points
    2021-09-16T11:18:31.587+00:00

    Hello BandithKhorn,

    I would first check the all the .NET requirements are met for SQL 2008R2:https://learn.microsoft.com/en-us/troubleshoot/sql/install/understanding-dotnet-framework-requirements

    If all seems good, you should try the .NET Repair Tool kit: https://support.microsoft.com/en-us/topic/microsoft-net-framework-repair-tool-is-available-942a01e3-5b8b-7abb-c166-c34a2f4b612a

    Hope this helps in your case,
    Best regards,

    0 comments No comments

  3. Erland Sommarskog 101.4K Reputation points MVP
    2021-09-16T22:11:41.663+00:00

    Try installing the most recent version of SSMS from here: https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms.

    0 comments No comments