Hello,
I installed MVC 4 today and was about to get started when I opened up a .cshtml file and started to edit it, but every time I edit the file Visual Studio hangs and the cpu goes up to 25-30%. The only way to close VS is to force close it. This problem appears even if I just open the .cshtml file to view it in VS, and when I try to close the document VS hangs with the same symptoms.
MVC was installed using Microsoft Web Platform Installer. I have tried to reinstall it and also remove all previous versions of MVC and install MVC 4 anew without any luck. I've read about the problem in the beta, that it should be resolved if I compile the project before editing, but that doesn't help at all.
Any suggestions?