我有一个dotnet核心Web应用程序。当我在调试模式下运行应用程序时,我收到以下错误:
An error occured attempting to determine the process id of the *.web.exe which
is hosting your application. One or more errors occured.
Dot net version installed in the machine
这是什么解决方案?
以下是阅读材料:
a)安装在机器上的Dotnet版本
dotnet --version
1.0.0-preview2-003121
并且
by runnnig dotnet
Microsoft .Net Core Shared Framework Host:
Version : 1.0.1
Build : some alphanumeric value
WebConfig设置为:
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%"
forwardWindowsAuthToken="false" stdoutLogEnabled="false"
stdoutLogFile="..\logs\stdout" />
Global.Json是:
"sdk": {
"version": "1.0.0-preview2-003121"
}