2

as soon as I open an angle bracket in a cshtml file, Visual Studio crashes.

I deleted the .suo file but no change. I also deactivated every editor related add-in.

daniel
  • 34,281
  • 39
  • 104
  • 158
  • This also happened to me when trying to edit or add attributes to html nodes within my cshtml files in Visual Studio 2015 Community. Seems it was the same problem . – flaria Jun 12 '17 at 16:11

1 Answers1

1

turned out that the asp.net and web tools beta 7 caused the problem. I also had problems loading projects what took me to this answer.

Installing english langugage pack and switching VS to english helped me.

Community
  • 1
  • 1
daniel
  • 34,281
  • 39
  • 104
  • 158