View does not refresh after change

前端 未结 7 1401
北恋
北恋 2020-12-18 20:16

I am having this frustrating problem. I change text in a razor view (cshtml), Start without Debugging, refresh (Ctrl+F5) the browser but nothing happens. The st

7条回答
  •  Happy的楠姐
    2020-12-18 20:50

    I had this problem before. My case was i run windows 10 VM Parallel on Macbook Pro, and the project files are in shared folder with mac OS.

    Incase someone has the same case like me, move the project to non shared directory such as C:\ will fix the problem.

提交回复
热议问题