Reporter | Lauri Kotilainen (rytmis) |
---|---|
Created | Apr 4, 2012 1:56:19 PM |
Updated | Apr 4, 2012 1:56:23 PM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 7 EAP for Visual Studio 11 Beta Version=7.0.7.347, Built=2012-04-02T08:28:30, Configuration=“Csharp PublicMode Vbnet VS1100”
Could not close VS completion window. Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
--- EXCEPTION #1/2 [COMException]
Message = “Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”
ExceptionPath = Root.InnerException
ClassName = System.Runtime.InteropServices.COMException
HResult = E_FAIL=EFail=80004005
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Could not close VS completion window. Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = less
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Could not close VS completion window. Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
--- EXCEPTION #1/2 [COMException]
Message = “Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”
ExceptionPath = Root.InnerException
ClassName = System.Runtime.InteropServices.COMException
HResult = E_FAIL=EFail=80004005
StackTraceString = “
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at JetBrains.UI.Interop.HResultsEx.AssertSucceeded(Int32 hresult) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Interop\HResultsEx.cs:line 53 at JetBrains.VsIntegration.Interop.Shim.TextManager.IVsTextView.UpdateCompletionStatus(IVsCompletionSet pCompSet, UInt32 dwFlags) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\Interop\Shim\TextManager\IVsTextView.cs:line 393 at JetBrains.ReSharper.VS.VsCodeCompletionHost.CloseHostCodeCompletion() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\VsCodeCompletionHost.cs:line 49
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Could not close VS completion window. Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = less
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.VS.FormatProperties.LookupIsShownEnabledBase`1.OnBeforeLookupWindowShown(Object sender, EventArgs e) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Features\VisualStudio\_Core\src\FormatProperties\LookupIsShownEnabled.cs:line 57 at System.EventHandler.Invoke(Object sender, EventArgs e) at JetBrains.ReSharper.Feature.Services.Lookup.LookupWindowManagerImpl.OnBeforeLookupWindowShown(Object sender, EventArgs e) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupWindowManagerImpl.cs:line 189 at System.EventHandler.Invoke(Object sender, EventArgs e) at JetBrains.ReSharper.Feature.Services.Lookup.LookupWindow.Show(Int32 offset) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\LookupWindow.cs:line 331 at JetBrains.ReSharper.Feature.Services.Lookup.Lookup.ShowLookup() in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\Services\_Core\src\Lookup\Lookup.cs:line 160 at JetBrains.ReSharper.LiveTemplates.Actions.InsertLiveTemplateAction.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\3355b838ddaf4e5c\Psi.Features\src\LiveTemplates\_Core\src\Actions\InsertLiveTemplateAction.cs:line 84 at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36 at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 184 at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1375 at JetBrains.ActionManagement.ActionManager.<>c__DisplayClass6.<ExecuteActionIfAvailable>b__5(Lifetime lifetime) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 162 at JetBrains.DataFlow.Lifetimes.Using[TRetVal](Func`2 F) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 41 at JetBrains.ActionManagement.ActionManager.ExecuteActionIfAvailable(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 154 at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec_Product(String actionid, Boolean isAuxiliaryCommand, IntPtr vIn, IntPtr vOut) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 860 at JetBrains.VsIntegration.ActionManagement.VsActionManager.<>c__DisplayClass22.<OleCommandTargetExec>b__1f() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 332 at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 266 at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 415 at JetBrains.VsIntegration.ActionManagement.VsActionManager.OleCommandTargetExec(CommandID commandid, OLECMDEXECOPT nCmdExecOpt, IntPtr vIn, IntPtr vOut, VsCommandHandlerStage stage) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 328 at JetBrains.VsIntegration.ActionManagement.VsActionManager.<Init>b__59(CommandID commandid, OLECMDEXECOPT opt, IntPtr in, IntPtr out) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\ActionManagement\VSActionManager.cs:line 1421 at JetBrains.VsIntegration.Package.VsPackageSdkStub.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& guidGroup, UInt32 nCmdId, UInt32 nCmdExcept, IntPtr vIn, IntPtr vOut) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\Package\VsPackageSdkStub.cs:line 223