首页 > 解决方案 > Visual Studio 即时调试器:没有安装的调试器启用了即时调试

问题描述

我有一个在 VisualStudio Code 上开发的 .NET Web 项目,我正在尝试使用新更改来更新 IIS 应用程序,但是当我再次启动 IIS 时,出现以下错误:

An unhandled win32 exception ocurred in w3wp.exe [4384].
Just-InTime debugging this exception failed with the following error:
No installed debugger has Just-In-Time debugging enabled. In visual Studio, Just-In-Time debugging can be enabled from Tools/Options/Debugging/Just-In-Time

请注意,我正在获取我的新 .DLL 并将其上传到另一台机器(IIS 正在工作的地方)。

为了编译我的项目,我使用了:

dotnet build
dotnet publish

我没有任何类型的 .config

有人知道如何解决吗?

谢谢

标签: c#visual-studioiisvisual-studio-codejit

解决方案


推荐阅读