简体   繁体   English

无法启动进程 c:\Program Files\do.net\do.net.exe

[英]Unable to start process c:\Program Files\dotnet\dotnet.exe

I am making crud operation in asp.net core and yesterday everything was working fine for me.我正在 asp.net 核心中进行 crud 操作,昨天一切对我来说都很好。 Today morning when I start work on tutorial I have got error which says Unable to start process c:\Program Files\do.net\do.net.exe .今天早上,当我开始学习教程时,出现错误提示Unable to start process c:\Program Files\do.net\do.net.exe

错误

I have tried the link to resolve the error but not getting success.我已尝试链接来解决错误但没有成功。 Please help me.请帮我。 Thanks in advance I will appriciate your help:)在此先感谢您的帮助:)

HttpFailure_11-07-23.html Says: HttpFailure_11-07-23.html 说:

在此处输入图像描述

Its happen because VS installed using admin account and now try to login and running using another account.它的发生是因为 VS 使用管理员帐户安装,现在尝试使用另一个帐户登录并运行。

Solution is run the VS as administrator .解决方案是以管理员身份运行 VS。 Make it simple do the following below steps in VS shortcut使它变得简单在 VS 快捷方式中执行以下步骤

在此处输入图像描述

Check IIS is enabled, I had the same issue, IIS was not enabled:检查 IIS 是否启用,我有同样的问题,IIS 未启用:

  • Click "Start button"点击“开始按钮”
  • in the search box, enter "Turn windows features on or off"在搜索框中,输入“打开或关闭 windows 功能”
  • in the features window, Click: "Inte.net Information Services"在功能window中,点击:“Inte.net Information Services”
  • Click: "World Wide Web Services"点击:“环球Web服务”
  • Click: "Application Development Features"点击:“应用开发功能”
  • Check (enable) the features.检查(启用)功能。 I checked all but CGI.我检查了除 CGI 以外的所有内容。

Run as admin for this type of error for those looking for an answer.对于那些正在寻找答案的人,以管理员身份运行此类错误。 - right click and set "properties" to run as administrator - 右键单击并设置“属性”以管理员身份运行

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

相关问题 无法启动进程 dotnet.exe - Unable to start process dotnet.exe 尝试确定托管您的应用程序的 dotnet.exe 的进程 ID 时发生错误 - 启动时不进行调试 - An error occurred attempting to determine the process id of dotnet.exe which is hosting your application - Starts without debugging 托管.NET CORE的自包含部署-没有dotnet.exe - Hosting self-contained deployment of .NET CORE - no dotnet.exe 尝试确定托管您的应用程序的 dotnet.exe 的进程 ID 时发生错误。 发生了一个或多个错误 - An error occurred attempting to determine the process id of dotnet.exe which is hosting your application. One or more error occured 'dotnet run' 时无法启动 Kestrel - Unable to start Kestrel when 'dotnet run' 具有物理根的应用程序无法使用命令行'dotnet。\\ AppName.dll'启动进程,ErrorCode ='0x80004005:80008083 - Application with physical root failed to start process with commandline 'dotnet .\AppName.dll', ErrorCode = '0x80004005 : 80008083 MS Chart,C#dotnet - MS Chart,C# dotnet dotnet核心program.cs的行为有所不同-无法创建类型为'AppDbContext'的对象 - dotnet core program.cs behaves differently - Unable to create an object of type 'AppDbContext' 杀死dotnet进程时杀死docker容器 - killing docker container when killing dotnet process do.net 中的公钥 RSA 加密 c# - public key RSA encrption in dotnet c#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM