Skip to content

"aspnetcorev2_inprocess.dll"The file could not be found #9805

Closed
@yuxingz

Description

@yuxingz

Describe the bug

can't build "Microsoft.AspNetCore.Server.IIS" project.
copy error:

严重性 代码 说明 项目 文件 禁止显示状态
错误 MSB3030 无法复制文件“D:\dotnet\AspNetCore\src\Servers\IIS\AspNetCoreModuleV2\InProcessRequestHandler\bin\Debug\Win32\aspnetcorev2_inprocess.dll”,原因是找不到该文件。 Microsoft.AspNetCore.Server.IIS C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets 4560

To Reproduce

Steps to reproduce the behavior:

  1. Using this version of ASP.NET Core '3.0.100-preview4-011223'
  2. PS> cd D:
  3. PS> mkdir dotnet
  4. PS> cd dotnet
  5. PS> git clone https://github.com/aspnet/AspNetCore.git
  6. PS> cd AspNetCore
  7. PS> ./eng/scripts/InstallVisualStudio.ps1
  8. PS> .\restore.cmd
  9. PS> .\startvs.cmd D:\dotnet\AspNetCore\src\Servers\IIS\IISIntegration.sln
  10. VS2019->选择Microsoft.AspNetCore.Server.IIS项目->build
  11. View the error list window

Expected behavior

build success

Screenshots

Additional context

Add any other context about the problem here.
Include the output of dotnet --info

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions