This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Open
Description
- GitHub Extension for Visual Studio version: 2.3.0 (dev Show current PR on status bar and allow navigation to PR details MVP #1102)
- Visual Studio version: 2015
What happened (with steps, logs and screenshots, if possible)
Opened a window with inline-comments. Dialog popped up and the following was in the log:
<tr id="error" class="error">
<td>780</td>
<td>ERROR</td>
<td id="description">System.Exception: The component 'GitHub.InlineReviews.Tags.AddInlineCommentGlyph' does not have a resource identified by the URI '/GitHub.InlineReviews;component/tags/addinlinecommentglyph.xaml'.
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at GitHub.InlineReviews.Tags.AddInlineCommentGlyph.InitializeComponent()
at GitHub.InlineReviews.Tags.AddInlineCommentGlyph..ctor()
at GitHub.InlineReviews.Tags.InlineCommentGlyphFactory.CreateGlyph(InlineCommentTag tag)
at GitHub.InlineReviews.Tags.InlineCommentGlyphFactory.GenerateGlyph(IWpfTextViewLine line, InlineCommentTag tag)
at GitHub.InlineReviews.Glyph.Implementation.GlyphMarginVisualManager`1.AddGlyph(TGlyphTag tag, SnapshotSpan span)
at GitHub.InlineReviews.Glyph.GlyphMargin`1.RefreshGlyphsOver(ITextViewLine textViewLine)
at GitHub.InlineReviews.Glyph.GlyphMargin`1.OnLayoutChanged(Object sender, TextViewLayoutChangedEventArgs e)
at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)</td>
<td id="guid"></td>
<td id="hr"></td>
<td>Editor or Editor Extension</td>
<td>2017/08/02 08:30:23.230</td>
</tr>