I'm running with VS-2013 Ultimate. While executing my code, I'm getting this error message box:
An exception has been encountered. This may be caused by an extension
When entering the log file (the path is mentioned on the message), I'm get this exception:
  <entry>
    <record>905</record>
    <time>2014/08/22 15:46:25.494</time>
    <type>Error</type>
    <source>Editor or Editor Extension</source>
    <description>
        System.NullReferenceException: Object reference not set to an instance of an object.

            at Microsoft.VisualStudio.Debugger.Parallel.UI.ThreadMarkerGenerator.LocationMatchesTagger(DocumentContext location, MarkerTagger tagger)

            at Microsoft.VisualStudio.Debugger.Parallel.UI.ThreadMarkerGenerator.<>c__DisplayClass1.<GetMarkersForTagger>b__0(ThreadMarker marker)

            at System.Linq.Enumerable.WhereListIterator`1.MoveNext()

            at Microsoft.VisualStudio.Debugger.Parallel.Extension.MarkerTagger.<GenerateTagList>d__a.MoveNext()

            at System.Linq.Buffer`1..ctor(IEnumerable`1 source)

            at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)

            at Microsoft.VisualStudio.Debugger.Parallel.Extension.MarkerTagger..ctor(ITextBuffer buffer, ITextDocument document)

            at Microsoft.VisualStudio.Debugger.Parallel.Extension.MarkerTaggerProvider.CreateTagger[T](ITextBuffer buffer)

            at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.GatherTaggers(ITextBuffer textBuffer)
        </description>
  </entry>
I'm sure that this code already worked well in the past. What could be the reason?