Reporter | Vadim Milichev (Distagon) |
---|---|
Created | Feb 8, 2012 7:14:51 PM |
Updated | Apr 3, 2012 5:34:52 PM |
Resolved | Apr 3, 2012 5:34:52 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Can't Reproduce |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
Right after starting VS2010 (double click on the solution), when "Processing source files" is displayed in the status bar, get the following:
ReSharper – Runtime Error – Technical Data
JetBrains ReSharper has encountered a runtime error.
Technical data follows.
Hint: Ctrl+C copies the text of system message boxes to Clipboard.
________________________________________________________________
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.Psi
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
ReSharper – Runtime Error – Technical Data
JetBrains ReSharper has encountered a runtime error.
Technical data follows.
Hint: Ctrl+C copies the text of system message boxes to Clipboard.
________________________________________________________________
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.Psi
StackTraceString = “
at JetBrains.ReSharper.Psi.RecursiveElementProcessorExtensions.ProcessDescendants[TContext](ITreeNode root, IRecursiveElementProcessor`1 processor, TContext context)
at JetBrains.ReSharper.UnitTestProvider.JavaScript.QUnit.QUnitTestCache.JetBrains.ReSharper.Psi.Caches.ICache.Build(IPsiSourceFile sourceFile, Boolean isStartup)
at JetBrains.ReSharper.Psi.Impl.Caches2.CompositeCache.Build(IPsiSourceFile sourceFile, ICollection`1 startupCaches)
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Object reference not set to an instance of an object.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.Psi.Impl.Caches2.CompositeCache.Build(IPsiSourceFile sourceFile, ICollection`1 startupCaches)
at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.AddProjectFilesJob.BuildSourceFile(IPsiSourceFile sourceFile)
at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.AddProjectFilesJob.<>c__DisplayClass23.<Do>b__1c(IPsiSourceFile file)
at JetBrains.ReSharper.Psi.Impl.Caches2.CacheUpdater.<>c__DisplayClass7`1.<>c__DisplayClass9.<ExecuteMultiCore>b__3()
at JetBrains.Application.Threading.MultiCoreFibersPool.Fibers.<>c__DisplayClassa.<EnqueueJobImpl>b__8()
at JetBrains.Application.Threading.MultiCoreFibersPool.FiberProc()
at JetBrains.Util.Logger.Catch(Action action)
at JetBrains.Application.Threading.MultiCoreFibersPool.<.ctor>b__1()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
”