Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 Update 2 doesn't open cshtml

I installed the new VS2013 Update 2. As soon as I open a .cshtml file VS crashes.

I tried:

  • repair VS
  • deactivated all extesions
  • devenv.exe /ResetSkipPkgs
  • resetted all settings

without success

like image 404
daniel Avatar asked Nov 30 '22 01:11

daniel


1 Answers

I had the same error after installing Xamarin. The Xamarin extension in Visual Studio couldn't be disabled so I had to completely uninstall from Control Panel.

Anyone looking for a solution that doesn't involve uninstalling, this link might help: https://bugzilla.xamarin.com/show_bug.cgi?id=26850

like image 77
redrobot Avatar answered Dec 10 '22 22:12

redrobot