所以我試圖安裝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的包。
嘗試清除nuget緩存,清理解決方案,然後重建 – droidbot