简体   繁体   English

Windows 7中的VS2017“尝试确定dotnet.exe的进程ID时出错”

[英]VS2017 in Windows 7 “An error occured attempting to determine the process id of dotnet.exe”

Project properties -> Enable SSL : false (Off) 项目属性 - >启用SSL:false(关闭)

Web API项目设置

Selected "IIS Express" as debug option 选择“IIS Express”作为调试选项

"IIS 10.0 Express" already installed 已安装“IIS 10.0 Express”

Getting below error always 始终低于错误

在此输入图像描述

Can any one suggest a fix ? 任何人都可以建议修复吗?

Already tried below URLs, no hope still 已经尝试过以下网址,但仍然没有希望

An error occurred attempting to determine the process id of dotnet.exe which is hosting your application. 尝试确定托管您的应用程序的dotnet.exe的进程ID时发生错误。 One or more error occured 发生一个或多个错误

https://stackoverflow.com/a/43351447/2089963 https://stackoverflow.com/a/43351447/2089963

Also tried uninstalling & installed IIS Express 10 back. 还尝试卸载并安装IIS Express 10。 Any help? 有帮助吗?

Environment : Windows 7(x64) Visual Studio 2017 (15.7.4) + .net Core 2.0 环境:Windows 7(x64)Visual Studio 2017(15.7.4)+ .net Core 2.0

Potential fix: 可能的修复:

Maybe you can try delete the .vs folder. 也许你可以尝试删除.vs文件夹。

Copied from @snys98 answer to this post: An error occurred attempting to determine the process id 从@ snys98复制回复此帖子: 尝试确定进程ID时发生错误

Sorry if you already tried that. 对不起,如果您已经尝试过。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM