Reporter | Ilya Ryzhenkov (orangy) |
---|---|
Created | Dec 27, 2011 6:44:49 PM |
Updated | Dec 27, 2011 8:06:09 PM |
Priority | Normal |
Type | Exception |
Fix versions | 6.1.1 |
State | Submitted |
Assignee | Valentin Kipiatkov (valentin) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
ReSharper 6.1 Version=6.1.37.88, Built=2011-12-20T17:17:24, Configuration=“Csharp InternalMode Vbnet VS1000”
Nullable object must have a value.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Nullable object must have a value.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
RemoteStackTraceString = “
Server stack trace:
Exception rethrown at [0]:
”
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
”
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Nullable object must have a value.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
Nullable object must have a value.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “Nullable object must have a value.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
RemoteStackTraceString = “
Server stack trace:
at System.Nullable`1.get_Value() at JetBrains.ReSharper.ExternalProcessStorage.Process.SolutionAnalysis.DependencyToFiles.DependencyToFileIdsMap.RemoveDependency(UInt32 dependency, UInt32 fileId) at JetBrains.ReSharper.ExternalProcessStorage.Process.SolutionAnalysis.DependencyToFiles.DependencyToFileIdsMap.RemoveDependencies(UInt32[] dependencies, UInt32 fileId) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
”
HResult = COR_E_INVALIDOPERATION=80131509
Source = mscorlib
StackTraceString = “
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at JetBrains.ReSharper.ExternalProcessStorage.SolutionAnalysis.IDependencyToFileIdsMap.RemoveDependencies(UInt32[] dependencies, UInt32 fileId) at JetBrains.ReSharper.ExternalProcessStorage.Impl.SafeDependencyToFileIdsMap.RemoveDependencies(UInt32[] dependencies, UInt32 fileId) at JetBrains.ReSharper.Daemon.SolutionAnalysis.Collections.DependencyToFilesMap`1.RemoveDependencies(ICollection`1 dependencies, TProjectFile file) at JetBrains.ReSharper.Daemon.SolutionAnalysis.DependencyToFilesMapManager.<>c__DisplayClass15.<DropFileDependencies>b__13() at JetBrains.Application.Threading.WorkerThread.JobInfo.ExecuteAndDispose()
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “Nullable object must have a value.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Application.Threading.WorkerThread.JobInfo.ExecuteAndDispose() at JetBrains.Application.Threading.WorkerThread.ThreadProc() at JetBrains.Util.Logger.Catch(Action action) at JetBrains.Application.Threading.WorkerThread.<.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()