dholesaurabhm / js-addin

Automatically exported from code.google.com/p/js-addin
0 stars 0 forks source link

Error in Visual Studio log after installation #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
  <entry>
    <record>853</record>
    <time>2013/04/14 06:53:42.714</time>
    <type>Error</type>
    <source>Editor or Editor Extension</source>
    <description>System.NullReferenceException: Object reference not set to an instance of an object.&#x000D;&#x000A;   at JsParser.Package.UI.ErrorsNotificationControl..ctor(IWpfTextView textView)&#x000D;&#x000A;   at JsParser.Package.UI.JSParserErrorsNotificationMarginFactory.CreateMargin(IWpfTextViewHost textViewHost, IWpfTextViewMargin containerMargin)&#x000D;&#x000A;   at Microsoft.VisualStudio.Text.Utilities.ContainerMargin.&lt;AddMargins&gt;b__2(IWpfTextViewMarginProvider mp)&#x000D;&#x000A;   at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InstantiateExtension[TExtension,TMetadata,TExtensionInstance](Object errorSource, Lazy`2 provider, Func`2 getter)</description>
  </entry>

Original issue reported on code.google.com by ishmail....@gmail.com on 14 Apr 2013 at 6:58

GoogleCodeExporter commented 9 years ago
Tried to fix it in 3.6.1

Original comment by mega.boich@gmail.com on 29 Apr 2013 at 10:31