Whenever I type "${", or "<s:" or just press Ctrl-Space I get the the exception below:
279 ERROR System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) at SparkSense.Parsing.ProjectExplorer.ScanProjectItemForViews(ProjectItem projectItem) at SparkSense.Parsing.ProjectExplorer.ScanProjectItemForViews(ProjectItem projectItem) at SparkSense.Parsing.ProjectExplorer.ScanProjectItemForViews(ProjectItem projectItem) at SparkSense.Parsing.ProjectExplorer.BuildViewMapFromProjectEnvironment() at SparkSense.Parsing.ProjectExplorer.get_ProjectViewFolder() at SparkSense.Parsing.ProjectExplorer.GetViewFolder() at SparkSense.Parsing.ViewExplorer.InitCurrentView() at SparkSense.Parsing.ViewExplorer..ctor(IProjectExplorer projectExplorer) at SparkSense.StatementCompletion.CompletionSource..ctor(ITextBuffer textBuffer, IProjectExplorer projectExplorer) at SparkSense.StatementCompletion.CompletionListe
ner.TryCreateCompletionSource(ITextBuffer textBuffer) at Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionBroker.<>c__DisplayClass1.<CreateSourcesForBuffer>b__0(ICompletionSourceProvider provider) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InvokeMatchingFactories[TExtensionInstance,TExtensionFactory,TMetadataView](IEnumerable`1 lazyFactories, Func`2 getter, IContentType dataContentType, Object errorSource) Editor or Editor Extension 2010/08/10 15:49:12.712
Comments: ** Comment from web user: vsviridov **
+1. I just tried to use it with FubuMVC project and I get same behaviour that @Rohland is describing.
URL: http://sparkviewengine.codeplex.com/workitem/6846