.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

VS2010 SP1 + MVC4 Beta workaround for cshtml/vbhtml editor’s long pause

We shipped MVC4 Beta recently, and found it may cause VS2010 sp1 cshtml/vbhtml editor to pause for a long time after typing snippet, JavaScript inside cshtml or vbhtml files, if the MVC4 application has just been created and has not been compiled.The workaround is to compile the project to get the assemblies in the bin folder.  Note, if ...