"Failed to initialize the Common Language Runtime" 尝试访问 SQL 2014 Express 数据库时
"Failed to initialize the Common Language Runtime" when trying to access a SQL 2014 Express database
我目前正在开发一个网站,在我的机器上 uses 一个 SQL Server 2014 Express 数据库。这在过去一直有效,但今天我收到以下错误:
Failed to initialize the Common Language Runtime (CLR) v4.0.30319 with
HRESULT 0x80131534. You need to restart SQL Server to use CLR
integration features.
当然,我重新启动了 SQL Server 2014 Express,但无济于事。
我最终下载了 .NET framework repair tool。在 运行 它并重新启动我的计算机后,我能够再次连接到数据库。
我目前正在开发一个网站,在我的机器上 uses 一个 SQL Server 2014 Express 数据库。这在过去一直有效,但今天我收到以下错误:
Failed to initialize the Common Language Runtime (CLR) v4.0.30319 with HRESULT 0x80131534. You need to restart SQL Server to use CLR integration features.
当然,我重新启动了 SQL Server 2014 Express,但无济于事。
我最终下载了 .NET framework repair tool。在 运行 它并重新启动我的计算机后,我能够再次连接到数据库。