错误:“ AmbiguousMatchException:该请求匹配了多个端点。”

时间:2020-02-28 08:37:34

标签: c# asp.net-core

http://localhost:56191/WebImages/index中请求页面时出现错误:

*An unhandled exception occurred while processing the request.*<br>
*AmbiguousMatchException: The request matched multiple endpoints. Matches:*

*WebApp.Controllers.WebImagesController.Index (WebApp)*<br>
*WebApp.Views.WebImagesController.Index (WebApp)*

*Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(CandidateState[] candidateState)*

这可能是由于数据库更新导致我跑了吗?:

"Scaffold-DbContext "Server=Machinexx; Database=MyDBxx; Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models -force"

1 个答案:

答案 0 :(得分:0)

CodeCaster是正确的。我在View文件夹中找到了另一个具有相同名称的Controller,但我不知道它是如何到达那里的。