微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Visual Studio 中的 IIS-Express 错误 - 无法运行项目

如何解决Visual Studio 中的 IIS-Express 错误 - 无法运行项目

在 Visual Studio 中,当我运行任何 Web 应用程序时,它没有启动。我在托盘中看不到 IIS express 图标,当我在事件视图中检查日志时,它说

The worker process Failed to initialize correctly

因此无法启动。我什至尝试通过 cmd 运行 IIS express,但不起作用。它给

c:\Program Files (x86)\IIS Express>iisexpress.exe  /trace:error
Starting IIS Express ...
Initializing the W3 Server Started CTC = 8009921
W3 Server initializing WinSock.  CTC = 8009937
W3 Server WinSock initialized.  CTC = 8009937
W3 Server ThreadPool initialized (ipm has signalled).  CTC = 8009937
Start listenerChannel http:0
Error (rc=80070433) in UlInitialize. Exiting
Error initializing ULATQ.  hr = 80070433
Terminating W3_SERVER object
InitComplete event signalled
Process Model Shutdown called
Unable to start iisexpress.

The dependency service does not exist or has been marked for deletion.

我使用的是 Visual Studio 2019,我的机器上的 IIS express 有什么问题,有什么帮助吗?

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。