For some reason, with the Razor view engine, VS crashes on me. I copied the contents of CSHTML to a VBHTML file and started reformatting it, and VS crashed into me twice when I change the syntax of an auxiliary or functional method:
@helper SomeHelper(string text)
to
@Helper SomeHelper(text As String)
Does anyone else understand this? The whole machine must be rebooted to make intellisense / markup highlighing work.
Thanks.
Brian mains
source share