When open a typescript project, vs2013 prompt me a dialog that an exception log in ActivityLog.xml.
<entry>
<record>386</record>
<time>2014/03/10 02:09:27.236</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.ArgumentNullException: Value cannot be null.
Parameter name: key
 at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
 at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionAggregator.Init()
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionAggregatorFactory.CreateAggregator()
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionManagerFactory.TextViewCreated(IWpfTextView textView)
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.<>c__DisplayClassc.<BindContentTypeSpecificAssets>b__9()
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)</description>
</entry>
<entry>
<record>386</record>
<time>2014/03/10 02:09:27.236</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.ArgumentNullException: Value cannot be null.
Parameter name: key
 at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
 at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionAggregator.Init()
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionAggregatorFactory.CreateAggregator()
 at Microsoft.VisualStudio.Text.BraceCompletion.Implementation.BraceCompletionManagerFactory.TextViewCreated(IWpfTextView textView)
 at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.<>c__DisplayClassc.<BindContentTypeSpecificAssets>b__9()
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)</description>
</entry>