Po zainstalowaniu, a następnie naprawieniu mojej instancji VS2015 nadal nie mogę uruchomić funkcji Intellisense (po stronie serwera) w moich widokach MVC. Kiedy otwieram po raz pierwszy w sesji plik .cshtml i jestem adresowany do pliku Activitylog, pojawia się komunikat o błędzie . Komunikat o błędzie pobrany z ActivityLog.xml (wersja skrócona):
System.ArgumentException: element został już dodany. Klucz w słowniku: „RazorSupportedRuntimeVersion”
Oto pełna wersja:
System.Reflection.TargetInvocationException: Wyjątek został zgłoszony przez cel wywołania. ---> System.ArgumentException: pozycja została już dodana. Klucz w słowniku: „RazorSupportedRuntimeVersion”Dodawany klucz: „RazorSupportedRuntimeVersion” w System.Collections.Hashtable.Insert (Object key, Object nvalue, Boolean add) at System.Collections.Hashtable.Add (Object key, Object value) at System.Collections.Specialized.HybridDictionary.Add (Klucz obiektu, wartość obiektu) w Microsoft.VisualStudio.Utilities.PropertyCollection.AddProperty (klucz obiektu, właściwość obiektu) w Microsoft.VisualStudio.Html.Package.Razor.RazorVersionDetector.Microsoft.Html.Editor.ContainedLanguage.RazorV.Defet.IR .GetVersion (ITextBuffer textBuffer) w Microsoft.Html.Editor.ContainedLanguage.Razor.RazorUtility.TryGetRazorVersion (ITextBuffer textBuffer, Version & razorVersion) w Microsoft.Html.Editor.ContainedLanguage.RazctorTextRazorBuffer --- wewnętrznego śledzenia stosu wyjątków --- w System.RuntimeMethodHandle.InvokeMethod (Object target, Object [] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke (BindingFlags invokeAttr, Binder binder, Object [] parametry, CultureInfo culture) w System.RuntimeType.CreateInstinding , Binder binder, Object [] args, CultureInfo culture, Object [] aktywacjaAttributes, StackCrawlMark & stackMark) w System.Activator.CreateInstance (Type type, BindingFlags bindingAttr, Binder binder, Object [] args, CultureInfo culture, Object [] aktywacjaAttributes) w System.Activator.CreateInstance (Type type, Object [] args) w Microsoft.Html.Editor.ContainedLanguage.Common.ContainedCodeErrorTaggerProvider'1.CreateTagger [T] (ITextBuffer textBuffer) w Microsoft.VisualStudio.Text.Tagregator.Implementacja1.GatherTaggers (ITextBuffer textBuffer)
Jeśli to jakakolwiek pomoc, mam kilka dostosowań kolorowania czcionek i mam zainstalowane rozszerzenia Web Essentials, Bundler & Minifier i Web Compiler.
AKTUALIZACJA : dzieje się tak, gdy otwieram istniejącą aplikację internetową lub tworzę zupełnie nową od podstaw. Istnieje również instancja VS2013 zainstalowana i uruchomiona na tym samym komputerze.
Jak widać na powyższym zdjęciu, nie dostaję w ogóle inteligencji ani żadnego kolorowania kodu.
Masz jakąś wskazówkę, jak to naprawić? Z góry dziękuję.