History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-40485
Type: Exception Exception
Status: Investigating Investigating
Priority: Blocker Blocker
Assignee: Valentin Kipiatkov
Reporter: Anonymous
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Exception: Nullable object must have a value

Created: 14 May 07 16:21   Updated: 14 Dec 07 17:24
Component/s: Code Analysis - Solution-wide
Fix Version/s: 3.1.1
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
This issue duplicates:
RSRP-40303 An exception occurred in change handler Blocker Closed
This issue is duplicated by:
RSRP-44557 Nullable object must have a value. Normal Closed
RSRP-44555 An exception occurred in change handler Normal Closed
RSRP-48218 at ThrowHelper.ThrowInvalidOperationE... Normal Closed
RSRP-50534 at ThrowHelper.ThrowInvalidOperationE... Normal Closed

Build: 423


 Description  « Hide
ReSharper Version=3.0.423.11, Built=2007-04-25T21:42:30, VsVersion=8.0
JetBrains.Util.InternalErrorException: An exception occurred in change handler
An exception has occurred ---> JetBrains.Util.InternalErrorException: An exception occurred in change handler ---> System.InvalidOperationException: Nullable object must have a value.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.Collections.DependencyToFilesMap`1.RemoveDependency(Dependency dependency, TProjectFile file) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\Collections\DependencyToFilesMap.cs:line 113
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.DependencyToFilesMapManager.DropFileDependencies(IProjectFile file, DependenciesInfo dependencies) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\DependencyToFilesMapManager.cs:line 135
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.AnalysisResultsManager.DropFileResults(IProjectFile file) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\AnalysisResultsManager.cs:line 118
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.AnalysisResultsManager.<>c_DisplayClass1.<DropFileResultsNotFromDaemonThread>b_0() in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\AnalysisResultsManager.cs:line 104
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.DependencyToFilesMapManager.RunOperationWithAlternativeLock(Runnable runnable) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\DependencyToFilesMapManager.cs:line 34
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.AnalysisResultsManager.DropFileResultsNotFromDaemonThread(IProjectFile file) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\AnalysisResultsManager.cs:line 104
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.SolutionAnalysisManager.MyProjectModelChangeVisitor.VisitItemDelta(ProjectItemChange changeDelta) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\SolutionAnalysisManager.cs:line 219
at JetBrains.ProjectModel.ProjectItemChange.Accept(IProjectModelChangeDeltaVisitor visitor) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectItemChange.cs:line 39
at JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitDelta(ProjectModelChange changeDelta) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectModelChange.cs:line 84
at JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitItemDelta(ProjectItemChange changeDelta) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectModelChange.cs:line 89
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.SolutionAnalysisManager.MyProjectModelChangeVisitor.VisitItemDelta(ProjectItemChange changeDelta) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\SolutionAnalysisManager.cs:line 203
at JetBrains.ProjectModel.ProjectItemChange.Accept(IProjectModelChangeDeltaVisitor visitor) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectItemChange.cs:line 39
at JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitDelta(ProjectModelChange changeDelta) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectModelChange.cs:line 84
at JetBrains.ProjectModel.RecursiveProjectModelChangeDeltaVisitor.VisitSolutionDelta(SolutionChange change) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\ProjectModelChange.cs:line 99
at JetBrains.ProjectModel.SolutionChange.Accept(IProjectModelChangeDeltaVisitor visitor) in c:\Agent\work\Server\ReSharper-Main\src\ProjectModel\src\changes\SolutionChange.cs:line 29
at JetBrains.ReSharper.Daemon.Impl.SolutionAnalysis.SolutionAnalysisManager.OnChange(Object sender, ChangeEventArgs changeEventArgs) in c:\Agent\work\Server\ReSharper-Main\src\Daemon\src\Impl\SolutionAnalysis\SolutionAnalysisManager.cs:line 152
at JetBrains.Shell.Impl.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, IChange changeDeltas, ITaskExecutor executor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\ChangeManagerImpl.cs:line 232
— End of inner exception stack trace —

at JetBrains.Util.InternalErrorException..ctor(String, Exception) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Util\src\InternalErrorException.cs:line 27 column 7
at JetBrains.Shell.Impl.ChangeManagerImpl.OnProviderChanged(IChangeProvider, IChange, ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\ChangeManagerImpl.cs:line 236 column 15
at JetBrains.ProjectModel.Impl.FileSystemTrackerImpl.NotifyChangeManager(FileSystemChange, ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\fileSystemTracker\FileSystemTrackerImpl.cs:line 253 column 11
at JetBrains.ProjectModel.Impl.FileSystemTrackerImpl.CommitChanges(ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\fileSystemTracker\FileSystemTrackerImpl.cs:line 261 column 5
at JetBrains.ReSharper.VS.ProjectModel.VSFileSystemSynchronizer.SynchronizeWithFileSystem() in c:\Agent\work\Server\ReSharper-Main\src\VS\src\ProjectModel\VSFileSystemSynchronizer.cs:line 32 column 9
at JetBrains.UI.Shell.UIApplicationShell.InvokePendingActions() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.UI\src\Shell\UIApplicationShell.cs:line 495 column 15
at JetBrains.UI.Shell.UIApplicationShell.InvokeReentrantSafe(Action) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.UI\src\Shell\UIApplicationShell.cs:line 778 column 5
at JetBrains.ReSharper.VS.ProjectModel.VSFileSystemSynchronizer.<OnActiveChanged>b__0() in c:\Agent\work\Server\ReSharper-Main\src\VS\src\ProjectModel\VSFileSystemSynchronizer.cs:line 41 column 42
at JetBrains.Shell.PendingAction.Execute() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\Invocator.cs:line 248 column 6
at JetBrains.Shell.Invocator.ProcessQueue() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\Invocator.cs:line 111 column 6
at System.RuntimeMethodHandle._InvokeMethodFast(Object, Object[], SignatureStruct&, MethodAttributes, RuntimeTypeHandle)
at System.RuntimeMethodHandle.InvokeMethodFast(Object, Object[], Signature, MethodAttributes, RuntimeTypeHandle)
at System.Reflection.RuntimeMethodInfo.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo, Boolean)
at System.Delegate.DynamicInvokeImpl(Object[])
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object)
at System.Threading.ExecutionContext.runTryCode(Object)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, Object)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object)
at System.Threading.ExecutionContext.Run(ExecutionContext, ContextCallback, Object)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ScrollableControl.WndProc(Message&)
at System.Windows.Forms.ContainerControl.WndProc(Message&)
at System.Windows.Forms.Form.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)

— End of inner exception stack trace —

at JetBrains.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 381 column 5
at JetBrains.Util.Logger.LogException(Exception) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Util\src\Logger\Logger.cs:line 390 column 3
at JetBrains.Shell.Impl.ChangeManagerImpl.OnProviderChanged(IChangeProvider, IChange, ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\ChangeManagerImpl.cs:line 236 column 15
at JetBrains.ProjectModel.Impl.FileSystemTrackerImpl.NotifyChangeManager(FileSystemChange, ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\fileSystemTracker\FileSystemTrackerImpl.cs:line 253 column 11
at JetBrains.ProjectModel.Impl.FileSystemTrackerImpl.CommitChanges(ITaskExecutor) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\impl\changes\fileSystemTracker\FileSystemTrackerImpl.cs:line 261 column 5
at JetBrains.ReSharper.VS.ProjectModel.VSFileSystemSynchronizer.SynchronizeWithFileSystem() in c:\Agent\work\Server\ReSharper-Main\src\VS\src\ProjectModel\VSFileSystemSynchronizer.cs:line 32 column 9
at JetBrains.UI.Shell.UIApplicationShell.InvokePendingActions() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.UI\src\Shell\UIApplicationShell.cs:line 495 column 15
at JetBrains.UI.Shell.UIApplicationShell.InvokeReentrantSafe(Action) in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.UI\src\Shell\UIApplicationShell.cs:line 778 column 5
at JetBrains.ReSharper.VS.ProjectModel.VSFileSystemSynchronizer.<OnActiveChanged>b__0() in c:\Agent\work\Server\ReSharper-Main\src\VS\src\ProjectModel\VSFileSystemSynchronizer.cs:line 41 column 42
at JetBrains.Shell.PendingAction.Execute() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\Invocator.cs:line 248 column 6
at JetBrains.Shell.Invocator.ProcessQueue() in c:\Agent\work\Server\ReSharper-Main\Platform\src\JetBrains.Shell\src\Invocator.cs:line 111 column 6
at System.RuntimeMethodHandle._InvokeMethodFast(Object, Object[], SignatureStruct&, MethodAttributes, RuntimeTypeHandle)
at System.RuntimeMethodHandle.InvokeMethodFast(Object, Object[], Signature, MethodAttributes, RuntimeTypeHandle)
at System.Reflection.RuntimeMethodInfo.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo, Boolean)
at System.Delegate.DynamicInvokeImpl(Object[])
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object)
at System.Threading.ExecutionContext.runTryCode(Object)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, Object)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext, ContextCallback, Object)
at System.Threading.ExecutionContext.Run(ExecutionContext, ContextCallback, Object)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
at System.Windows.Forms.Control.WndProc(Message&)
at System.Windows.Forms.ScrollableControl.WndProc(Message&)
at System.Windows.Forms.ContainerControl.WndProc(Message&)
at System.Windows.Forms.Form.WndProc(Message&)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message&)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message&)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr, Int32, IntPtr, IntPtr)



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.