After installing AspNet5RC1, can no longer open cshtml files in any previous / new MVC project

后端 未结 1 1015
南旧
南旧 2020-12-25 13:42

After installing AspNet5.ENU.RC1 any previous or new MVC project throws a

The operation could not be completed. Invalid pointer

相关标签:
1条回答
  • 2020-12-25 14:10

    As @chsword commented above:

    1. Open the folder: Users\(user)\AppData\Local\Microsoft\VisualStudio (version)

    2. Delete the folder: ComponentModelCache

    3. Restart Visual Studio (ComponentModelCache is re-created and the problem goes away)

    0 讨论(0)
提交回复
热议问题