Visual Studio Code: DesignHostManager failed

时间秒杀一切 提交于 2019-12-13 15:35:24

问题


I'm trying to setup a project and I get the following error in the output OmniSharpLog

[ERROR:OmniSharp.Dnx.DesignTimeHostManager] Failed to launch DesignTimeHost in a timely fashion.

I can't seem to find any documentation about this error elsewhere and I have absolutely no clue as to how to circumvent it.

My dnu restore command completed successfully.


回答1:


I found this link and thought it could help me. Luckily, the steps worked! I fixed my issue by first installing/downgrading to dnvm 1.0.0-beta4, I was at 6.

dnvm install 1.0.0-beta4

then explicitly pointing to that version like so,

dnvm use 1.0.0-beta4

Everything ran perfectly fine after that.



来源:https://stackoverflow.com/questions/32150716/visual-studio-code-designhostmanager-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!