Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-283465: An exception has occurred during action 'TextControl.Tab' execution. Object reference not set to an instance of an object.

$
0
0
Reporter John Smoth (emdadgar2) John Smoth (emdadgar2)
Created Nov 26, 2011 10:25:45 PM
Updated Apr 3, 2012 4:45:30 PM
Priority Normal
Type Exception
Fix versions No Fix versions
State Submitted
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem No subsystem
Affected versions No Affected versions
Fixed in build No Fixed in build
ReSharper 6.1 EAP Version=6.1.12.133, Built=2011-11-23T19:24:24, Configuration=“Csharp PublicMode Vbnet VS1000”
An exception has occurred during action 'TextControl.Tab' execution. Object reference not set to an instance of an object.

--- EXCEPTION #1/2 [NullReferenceException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root.InnerException
ClassName = System.NullReferenceException
HResult = COR_E_NULLREFERENCE=E_POINTER=80004003
Source = JetBrains.ReSharper.Feature.Services
StackTraceString = “
  at JetBrains.ReSharper.Feature.Services.Util.CodeInsightUtil.GetName(NamingManager namingManager, IType type, NameRoot root, Boolean longerNamesFirst, NamedElementKinds namingEntityKind, ITreeNode context, List`1 alreadySuggested, ScopeKind scopeKind) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\Util\CodeInsightUtil.cs:line 0
     at JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.SmartCompletion.CreateLambdaLookupItem.<>c__DisplayClass4.<Accept>b__1(IParameter p) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services.CSharp\src\CodeCompletion\SmartCompletion\CreateLambdaLookupItem.cs:line 147
     at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
     at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
     at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
     at JetBrains.ReSharper.Feature.Services.CSharp.CodeCompletion.SmartCompletion.CreateLambdaLookupItem.Accept(ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, Boolean keepCaretStill) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services.CSharp\src\CodeCompletion\SmartCompletion\CreateLambdaLookupItem.cs:line 147
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupItemCompletor.CompleteItem(Action executeInsideCommandScope) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\Lookup\LookupItemCompletor.cs:line 108
     at JetBrains.ReSharper.Feature.Services.Lookup.LookupActions.CompleteHandler.Execute(IDataContext context, DelegateExecute nextExecute) in c:\BuildAgent\work\f4954dbf762b12ec\src\Feature.Services\src\Lookup\LookupActions.cs:line 119
     at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 36


--- Outer —

--- EXCEPTION #2/2 [LoggerException]
Message = “An exception has occurred during action 'TextControl.Tab' execution. Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 10.0.40219.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
  at JetBrains.ActionManagement.ExecutableAction.Execute(IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\Action\ExecutableAction.cs:line 41
     at JetBrains.ActionManagement.ActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 184
     at JetBrains.VsIntegration.ActionManagement.VsActionManager.CoreExecuteAction(IExecutableAction action, IDataContext context) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\ActionManagement\VSActionManager.cs:line 1380
     at JetBrains.ActionManagement.ActionManager.<>c__DisplayClass3.<ExecuteActionUnsafe>b__2(Lifetime lifetime) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 146
     at JetBrains.DataFlow.Lifetimes.Using(Action`1 F) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\DataFlow\Lifetime\Lifetimes.cs:line 20
     at JetBrains.ActionManagement.ActionManager.ExecuteActionUnsafe(IExecutableAction action, IDataContext dataContextOverride) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\UI\src\ActionSystem\ActionManager\ActionManager.cs:line 147
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClassf.<TryDelegateToReSharper_NonTyping>b__e() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 282
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.WithRegisteredDelegateBackToVsHandler(String sCommandName, Action`1 FExecDelegateBackToVs, Action FRun) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 354
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper_NonTyping(CommandID commandid, Action`1 FExecDelegateBackToVs) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 282
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.TryDelegateToReSharper(Boolean bIsTyping, CommandID commandid, IntPtr pvaIn, Action`1 FExecDelegateBackToVsClosed) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 261
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.<>c__DisplayClass1a.<Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec>b__18() in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 409
at Action(VsTextControl.Exec).Execute(Action )
     at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 265
     at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 416
     at JetBrains.VsIntegration.Whidbey.TextControl.VsTextControlOleCommandTarget.Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec(Guid& pguidCmdGroupRef, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) in c:\BuildAgent\work\f4954dbf762b12ec\Platform\src\VSIntegration\src\TextControl\VsTextControlOleCommandTarget.cs:line 398
     at Microsoft.VisualStudio.Editor.Implementation.VsTextViewAdapter.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Editor.Implementation.VsCodeWindowAdapter.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Platform.WindowManagement.DocumentObjectSite.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)
     at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut)

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>