I have installed visual studio 2015 and when i started my project of VS 2013 into 2015. AFter opening .cshtml file i get error that error is logged in activity.xml file.
I have also tried to create new project and same problem is occuring in there. The ViewBag and Model doenst appear to known to IDE error as the viewbag doesnt exist in current context.
I opened the path and get the following error
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Web.BrowserLink.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.VisualStudio.Web.BrowserLink.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at MadsKristensen.EditorExtensions.Html.HtmlViewCreationListener.textView_MouseHover(Object sender, MouseHoverEventArgs e) at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.RaiseHoverEvents() WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
How to solve this error ?