美文网首页
The server factory could not be

The server factory could not be

作者: 天天向上卡索 | 来源:发表于2018-04-23 09:43 被阅读55次

Intro

在使用 Quartz.Net 的时候想使用web界面,nuget包请使用 CrystalQuartz.Owin
出现以下异常

The server factory could not be located for the given input: Microsoft.Owin.Host.HttpListener

Cause

The Microsoft.Owin.Host.HttpListener assembly is a runtime reference in WebApp.Start

Microsoft.Owin.Host.HttpListener 是 Owin 的运行时依赖项,需要对它添加引用

Solution

参见:

相关文章

网友评论

      本文标题:The server factory could not be

      本文链接:https://www.haomeiwen.com/subject/tvdklftx.html