我開發一個web項目,我不能夠從Visual Studio 2015無法啓動IIS快遞Web服務器 - VS 2015年社區
測試使用IIS快遞我用Google搜索這個錯誤,我在互聯網上發現了很多對它的引用,但我相信我的情況不同,因爲除「無法啓動IIS Express Web Server」之外,沒有其他錯誤消息顯示。
我已經看過了Windows事件查看器,我得到了下面這些錯誤:
The worker process failed to initialize correctly and therefore could not be started. The data is the error.
The Module DLL C:\Program Files (x86)\IIS Express\aspnetcore.dll failed to load. The data is the error.
我也試圖啓動IIS快遞直接使用:c:\Program Files (x86)\IIS Express>iisexpress.exe /trace:error
和我是全成,所以我覺得現在的問題必須在Visual Studio中的某個地方,並且我的端口(8080)是免費的。
有誰知道我還能做什麼?
嗨,一切都開始工作,一旦Visual Studio中進行了更新。謝謝您的幫助! – Felipe
曾爲Ent。版本也 – eschneider
爲了節省時間我刪除了「.vs」文件夾,它的工作;) –