intellisense error but no build error

↘锁芯ラ 提交于 2019-12-12 05:29:15

问题


My .net solution builds fine but I keep getting intellisense errors "the type or namespace name could not be found ( are you missing a using directive or an assembly reference?)".

I tried suspending and restarting resharper, clear resharper cache, cleaning and rebuilding the solution, restarting my machine, closing and opening visual studio and deleting the suo and obj files by running git clean and going to the directory and verifying that those binaries were deleted. Finally I moved from visual studio 2015 to 2017 but I am still getting the same intellisense error and red squiggly lines throughout my solution

来源:https://stackoverflow.com/questions/45194381/intellisense-error-but-no-build-error

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