An unhandled exception occurred while processing the request.file
在 .NET Core 中,当遇到这种错误,该如何排查。显示输出的错误日志和网页打开时是一样的。 用调试的话,也没有用,startup.cs 走完,program.cs 走完,都没有报错,等到打开网页时,就直接报了上面图片中的错误。
用 dotnet run 运行站点,在控制台中会看到错误之前EF生成的SQL语句
对应的英文错误信息是:
An expression of non-boolean type specified in a context where a condition is expected, near 'AND'.