VS Crashes with RAZOR VBHTML
For some reason, with the Razor view engine, VS is crashing on me. I copied the CSHTML content over to a VBHTML file and begin reformatting it, and VS has crashed on me twice now as I change a 开发者_如何学Pythonhelper or function method syntax from:
@helper SomeHelper(string text)
to
@Helper SomeHelper(text As String)
Is anyone else getting this? The whole machine must be rebooted to get intellisense/markup highlighing to work.
Thanks.
If you are using Visual Studio 2010, I suggest that you install SP1. Support for Razor views is improved.
Link to Download
Link to Change list
精彩评论