首页 新闻 会员 周边

Signalr

0
悬赏园豆:5 [已关闭问题] 关闭于 2014-10-30 16:28

我用VS2012在Nuget中安装Signalr之后报错 

“/”应用程序中的服务器错误。


 

The following errors occurred while attempting to load the app.
- No assembly found containing an OwinStartupAttribute.
- No 'Configuration' method was found in class 'Microsoft.VisualStudio.Web.PageInspector.Runtime.Startup, Microsoft.VisualStudio.Web.PageInspector.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.
To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.


        
啦啦啦啦德玛西亚的主页 啦啦啦啦德玛西亚 | 初学一级 | 园豆:71
提问于:2014-10-27 17:51
< >
分享
所有回答(2)
0

解决方法已经写明了,你试试。

To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of "false" in your web.config.


To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config.

Launcher | 园豆:45045 (高人七级) | 2014-10-28 09:38
0

少了启动类

啦啦啦啦德玛西亚 | 园豆:71 (初学一级) | 2014-10-30 16:27
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册