Where is the cache file located in VS 2015's app directory?

◇◆丶佛笑我妖孽 提交于 2019-12-13 17:01:31

问题


I'm trying to clean and rebuild my solution in an attempt to fix another debugging error but can't locate the for VS 2015 cache file. The solutions in this similar question don't appear to apply to VS 2015 / Windows 10. Does someone know a more accurate file directory address?


回答1:


It's in the .vs folder in the root of your project.

As it's a hidden folder you need to enable "show hidden folders" in explorer or whatever file viewing tool you use.



来源:https://stackoverflow.com/questions/32059450/where-is-the-cache-file-located-in-vs-2015s-app-directory

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