Note that there are some explanatory texts on larger screens.

plurals
  1. POVisual Studio Crash when typing in editor
    primarykey
    data
    text
    <p>I have been using VS2010 for a few weeks but for the past few days it has been totally unusable, when i type anything into the editor Visual Studio throws an exception, then I get lots of intellisence errors (the code is fine, I can compile it if I run before trying to use the editor) - here is the log message:</p> <pre><code> &lt;entry&gt; &lt;record&gt;241&lt;/record&gt; &lt;time&gt;2011/01/25 08:30:34.109&lt;/time&gt; &lt;type&gt;Error&lt;/type&gt; &lt;source&gt;Editor or Editor Extension&lt;/source&gt; &lt;description&gt;System.InvalidCastException: Unable to cast COM object of type &amp;apos;System.__ComObject&amp;apos; to interface type &amp;apos;Microsoft.VisualStudio.TextManager.Interop.IVsTextReplaceEvents&amp;apos;. This operation failed because the QueryInterface call on the COM component for the interface with IID &amp;apos;{CF9928D9-65AE-4319-A446-94ED5C45ECDE}&amp;apos; failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).&amp;#x000D;&amp;#x000A; at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, Boolean&amp;amp; pfNeedsRelease)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.TextManager.Interop.IVsTextReplaceEvents.OnReplace(ChangeInput[] pCI)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.OnTextBufferChangedHighPriority(Object sender, TextContentChangedEventArgs e)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)&lt;/description&gt; &lt;/entry&gt; &lt;entry&gt; &lt;record&gt;242&lt;/record&gt; &lt;time&gt;2011/01/25 08:30:34.125&lt;/time&gt; &lt;type&gt;Error&lt;/type&gt; &lt;source&gt;Editor or Editor Extension&lt;/source&gt; &lt;description&gt;System.InvalidCastException: Unable to cast COM object of type &amp;apos;System.__ComObject&amp;apos; to interface type &amp;apos;Microsoft.VisualStudio.Editor.Implementation.IVsTextStreamEvents_Private&amp;apos;. This operation failed because the QueryInterface call on the COM component for the interface with IID &amp;apos;{96FC7D44-BCDD-4F00-AE4D-07E26B2C0E52}&amp;apos; failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).&amp;#x000D;&amp;#x000A; at System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, Boolean&amp;amp; pfNeedsRelease)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.Editor.Implementation.IVsTextStreamEvents_Private.OnChangeStreamText(Int32 iPos, Int32 iOldLen, Int32 iNewLen, Int32 fLast)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.OnTextBufferChanged(Object sender, TextContentChangedEventArgs e)&amp;#x000D;&amp;#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)&lt;/description&gt; &lt;/entry&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload