📌  相关文章
📜  System.InvalidOperationException:在上下文中找不到 owin.Environment 项. - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:03.879000             🧑  作者: Mango

代码示例1
Most likely it cannot find the OWIN Startup class. The default convention for the Startup class is [AssemblyName].Startup. If you're no longer following that convention you'll need to specify the full name of your Startup class in the Web.Config.

The next release of Microsoft.Owin.Host.SystemWeb package now throws detailed exception messages when the Startup class cannot be found.