当我在IIS上部署MVC应用程序时,localDB数据库未正确启动.错误消息如下所示:Windows API调用WaitForMultipleObjects返回错误代码:575.Windows系统错误消息是:{应用程序错误}应用程序无法正确启动(0x%lx).单击"确定"关闭应用程序.在线报道:3621.
但是localDB与visual studio应用程序和sqlserver管理工作室一起工作正常.我已经重新启动它并通过命令提示符重新创建它以使其工作.但没有任何工作.当我在我的机器上安装IIS时出现了问题.我怎样才能解决这个问题.任何帮助将不胜感激.
SQLLocalDB 无法启动并抛出如下错误。
**C:\Windows\system32>sqllocaldb c MSSQLLocalDB**
Creation of LocalDB instance "MSSQLLocalDB" failed because of the following error:
Error occurred during LocalDB instance startup: SQL Server process failed to start.
***Note:*** Command started with Run as Administrator.
Run Code Online (Sandbox Code Playgroud)
事件查看器显示以下日志:
Windows API call WaitForMultipleObjects returned error code: 575. Windows system error message is: {Application Error}
The application was unable to start correctly (0x%lx). Click OK to close the application.
Reported at line: 3714.
Source: SQLLocalDB 15.0
Event ID: 528
Level: Error
Run Code Online (Sandbox Code Playgroud)
操作系统: Windows 11 …