2015-12-31 64 views
0

所以我試圖安裝signalR到我的項目,經歷了我需要的所有東西,然後切換到我的主分支(放棄所有更改)並運行我的網站。SignalR卸載工件

我不斷收到此錯誤

The following errors occurred while attempting to load the app. 
- No assembly found containing an OwinStartupAttribute. 
- No assembly found containing a Startup or [AssemblyName].Startup class. 
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. 

雖然我沒有任何引用Owin在我的項目或任何Startup.cs文件或任何的離開了。我現在的提交沒有任何變化,但我有這個錯誤。

我通過NuGetPM刪除了包含-RemoveDependencies的包。

+0

嘗試清除nuget緩存,清理解決方案,然後重建 – droidbot

回答

0

必須有一些殘餘物。我在這種情況下做的是完全清空目錄並重新檢查。正如你已經放棄了所有的改變,這將工作我猜。

+0

完全清空什麼目錄?庫? Oo –

+0

@VladislavQulin檢出源代碼的目錄... – ViRuSTriNiTy