madskristensen / WebEssentials2012

http://vswebessentials.com
Other
95 stars 46 forks source link

Item has already been added. Key in dictionary error #45

Open ddaugela opened 10 years ago

ddaugela commented 10 years ago

Just downloaded version 3.6.5 of Web Essentials. Getting this error sometimes when generating code from T4 templates. Not sure if it is Web Essentials related, but it seems to be. Not a big problem, Just passing on info...

System.ArgumentException: Item has already been added. Key in dictionary: 'Microsoft.VisualStudio.JavaScript.Web.Extensions.Commands.CommandFilter' Key being added: 'Microsoft.VisualStudio.JavaScript.Web.Extensions.Commands.CommandFilter' 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.JavaScript.Web.Extensions.Commands.WpfTextViewConnectionListener.HookupCommandFilter(IWpfTextView textView, IVsTextView textViewAdapter, IJavaScriptServicesProvider javaScriptServicesProvider, ICompletionBroker completionBroker, IFeatureManager featureManager, ISPASupportedTagProvider spaSupportedTagProvider, IBufferFeatureManagerProvider bufferFeatureManagerProvider) at Microsoft.VisualStudio.JavaScript.Web.Extensions.Commands.WpfTextViewConnectionListener.SubjectBuffersConnected(IWpfTextView textView, ConnectionReason reason, Collection`1 subjectBuffers) at Microsoft.VisualStudio.Text.Editor.Implementation.ConnectionManager.<>c__DisplayClass19.b__14() at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)