Reporter | ReSharper anonymous (resharper) |
---|---|
Created | Apr 14, 2012 10:05:12 AM |
Updated | Apr 14, 2012 10:09:00 AM |
Resolved | Apr 14, 2012 10:08:59 AM |
Priority | Normal |
Type | Exception |
Fix versions | No Fix versions |
State | Duplicate |
Assignee | Serge Baltic (baltic) |
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.8.97, Built=2012-04-03T00:41:42, Configuration=“Csharp PublicMode Vbnet VS1100”
The document cannot not be modified without an active Undo scope.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The document cannot not be modified without an active Undo scope.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.DocumentMoniker = D:\Source\TfsCloud\Build\Experiments\CommonSvcFx.Sys.VersionStamper\VersionStamperTests\Model\BaseClass.cs
Data.ProjectFile = D:\Source\TfsCloud\Build\Experiments\CommonSvcFx.Sys.VersionStamper\VersionStamperTests\Model\BaseClass.cs
Data.Cause = “There is no Undo scope opened to make sure the action could be undone on the document.”
Data.Fix = “Scope the change with CommandProcessor::WithCommand.”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The document cannot not be modified without an active Undo scope.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
Data.PlatformSccRevision = CompiledWithoutBuildServer
Data.ProductSccRevision = CompiledWithoutBuildServer
Data.VsVersion = 11.0.50214.1
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
”
The document cannot not be modified without an active Undo scope.
--- EXCEPTION #1/2 [InvalidOperationException]
Message = “The document cannot not be modified without an active Undo scope.”
ExceptionPath = Root.InnerException
ClassName = System.InvalidOperationException
Data.DocumentMoniker = D:\Source\TfsCloud\Build\Experiments\CommonSvcFx.Sys.VersionStamper\VersionStamperTests\Model\BaseClass.cs
Data.ProjectFile = D:\Source\TfsCloud\Build\Experiments\CommonSvcFx.Sys.VersionStamper\VersionStamperTests\Model\BaseClass.cs
Data.Cause = “There is no Undo scope opened to make sure the action could be undone on the document.”
Data.Fix = “Scope the change with CommandProcessor::WithCommand.”
HResult = COR_E_INVALIDOPERATION=80131509
--- Outer —
--- EXCEPTION #2/2 [LoggerException]
Message = “The document cannot not be modified without an active Undo scope.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
Data.LastExtension = cs
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.DocumentManagers.SolutionDocumentChangeProvider.AssertOnFileBasedDocumentModification(DocumentBase document, IProjectFile projectFile) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ProjectDocuments\src\SolutionDocumentChangeProvider.cs:line 133 at JetBrains.DocumentManagers.SolutionDocumentChangeProvider.JetBrains.Application.IChangeProvider.Execute(IChangeMap changeMap) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\ProjectDocuments\src\SolutionDocumentChangeProvider.cs:line 83 at JetBrains.Application.Changes.ChangeManagerImpl.<>c__DisplayClassc.<InvokeOrderedDependentProviders>b__b(IChangeProvider dependentChangeProvider) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 261 at JetBrains.Util.CollectionUtil.ForEach[T](IEnumerable`1 collection, Action`1 action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Collections\CollectionUtil.cs:line 1571 at JetBrains.Application.Changes.ChangeManagerImpl.<>c__DisplayClassc.<InvokeOrderedDependentProviders>b__a(IProgressIndicator pro) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 253 at JetBrains.Application.Progress.SimpleTaskExecutor.ExecuteTask(String name, TaskCancelable cancelable, Action`1 task) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Progress\SimpleTaskExecutor.cs:line 66 at JetBrains.Application.Changes.ChangeManagerImpl.InvokeOrderedDependentProviders(ITaskExecutor executor, IEnumerable`1 dependentProviders, ChangeMap changeMap) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 277 at JetBrains.Application.Changes.ChangeManagerImpl.OnProviderChanged(IChangeProvider changeProvider, Object change, ITaskExecutor executor) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\changes\ChangeManagerImpl.cs:line 218 at JetBrains.DocumentModel.Impl.DocumentBase.RaiseDocumentChangedEvents(DocumentChange args, Boolean needCopyChangeEvent) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Documents\src\impl\DocumentBase.cs:line 311 at JetBrains.DocumentModel.impl.ManagedDocumentBase.HandleExternalDocumentChange(DocumentChange args, Boolean underWriteLock, Int32 timestamp) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Documents\src\impl\ManagedDocumentBase.cs:line 169 at JetBrains.DocumentModel.impl.ManagedDocumentBase.HandleExternalChange(DocumentChange documentChange, Int32 timestamp, Boolean underWriteLock) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Documents\src\impl\ManagedDocumentBase.cs:line 72 at JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.OnLoadCompletedInternal(Int32 fReload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\DocumentModel\Whidbey\VsDocumentOperationsHandlerWhidbey.cs:line 336 at JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.<>c__DisplayClass47.<Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted>b__45() in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\DocumentModel\Whidbey\VsDocumentOperationsHandlerWhidbey.cs:line 668 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.ExecuteOrQueue(String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Util\src\Concurrency\ReentrancyGuard.cs:line 304 at JetBrains.Threading.IThreadingEx.ExecuteOrQueue(IThreading thіs, String name, Action action) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\Shell\src\Threading\Invocator.cs:line 218 at JetBrains.VsIntegration.DocumentModel.VsDocumentOperationsHandlerWhidbey.Microsoft.VisualStudio.TextManager.Interop.IVsTextBufferDataEvents.OnLoadCompleted(Int32 fReload) in c:\BuildAgent\work\3355b838ddaf4e5c\Platform\src\VisualStudio\Core\src\DocumentModel\Whidbey\VsDocumentOperationsHandlerWhidbey.cs:line 668 at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.LoadCompletedEventHandler.Invoke(Int32 fReload) at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.NotifyOfTextBufferLoad(Boolean isReload) at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.Load(String pszFilename, UInt32 grfMode, Int32 fReadOnly) at Microsoft.VisualStudio.Editor.Implementation.VsTextBufferAdapter.LoadDocData(String pszMkDocument)