所以在休假回來之後,我的構建服務器不想再運行任何構建。它只是堅持等待一個可用的代理/等待一個代理被請求,如果我取消它,我覺得它被卡在構建取消...因爲沒有更多的事情發生後,我取消構建。等待消息仍然存在,但構建不在構建隊列中。TFS 2015 - 等待代理被請求
代理池中的所有代理都是綠色的,並且後臺服務正在運行。
我收到以下錯誤在事件日誌中:
Detailed Message: There was an error during job agent execution. The operation will be retried. Similar errors in the next five minutes may not be logged.
Exception Message: A previous call to WebApiConfiguration.Initialize failed. See inner exception for details. (type WebApiInitializationPreviouslyFailedException)
而經過15日內部異常使用相同的消息14個內例外,它說:
Exception Message: Could not load file or assembly 'System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (type FileNotFoundException)
我已經安裝了來自http://www.asp.net/mvc/mvc4的MVC 4的獨立安裝程序,但沒有幫助。也認爲它很奇怪它突然缺少這個組件。我也嘗試重新配置代理。
您是否已將程序集安裝到GAC中? – Legends
這是什麼意思?我只是運行安裝程序,但由於它已經安裝,我只是做了修復。 – stibay
當點擊獨立安裝程序鏈接時,我收到「我們很抱歉,您請求的頁面無法找到」? – Legends