Cześć.
Od kilku dni mam taki mały nieszkodliwy aczkolwiek irytujący problem. Czy to podczas dodawania nowej klasy czy tworzenia widoku lub też po załadowaniu projektu dostaję Error o treści:

An exception has been encountered. This may be caused by an extension (...)

Treść Error'a z ActivityLog...

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Item has already been added. Key in dictionary: 'RazorSupportedRuntimeVersion' Key being added: 'RazorSupportedRuntimeVersion' at 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(Object key, Object value) at Microsoft.VisualStudio.Utilities.PropertyCollection.AddProperty(Object key, Object property) at Microsoft.VisualStudio.Html.Package.Razor.RazorVersionDetector.Microsoft.Html.Editor.ContainedLanguage.Razor.Def.IRazorVersionDetector.GetVersion(ITextBuffer textBuffer) at Microsoft.Html.Editor.ContainedLanguage.Razor.RazorUtility.TryGetRazorVersion(ITextBuffer textBuffer, Version& razorVersion) at Microsoft.Html.Editor.ContainedLanguage.Razor.RazorErrorTagger..ctor(ITextBuffer textBuffer) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) at System.Activator.CreateInstance(Type type, Object[] args) at Microsoft.Html.Editor.ContainedLanguage.Common.ContainedCodeErrorTaggerProvider1.CreateTagger[T](ITextBuffer textBuffer) at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator1.GatherTaggers(ITextBuffer textBuffer)

Wszystko fajnie tylko nie za bardzo wiem jak się tego upierdliwca pozbyć. Objawił się on po instalacji WebEssentials 2015. Odinstalowałem zatem - błąd pozostał. Zainstalowałem ponownie - błąd nadal mnie nachodzi.
Jakieś pomocne wskazówki?

*Przed chwilą postanowiłem zrobić naprawę przez instalator ale nic to nie dało :D. Generalny reset ustawień nie pomógł. Ręki nie dam uciąć ale błąd wyrzuca w chwili przełączania na karcie z otwartymi plikami na plik pochodzący z Widoku (ASP.NET MVC app). *