Skip to content

Instantly share code, notes, and snippets.

@ciriarte
Created July 23, 2014 15:43
Show Gist options
  • Save ciriarte/4a8d0a79325fea769b6c to your computer and use it in GitHub Desktop.
Save ciriarte/4a8d0a79325fea769b6c to your computer and use it in GitHub Desktop.
Oh great. Visual Studio exception.
Microsoft.Isam.Esent.Interop.EsentVersionStoreOutOfMemoryException
Version store out of memory (cleanup already attempted)
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err)
at Microsoft.Isam.Esent.Interop.Api.JetDelete(JET_SESID sesid, JET_TABLEID tableid)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseResultSet.Delete()
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseCommand.DeleteRow(Object[] keys)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.DeleteAnnotation(ModelAnnotation annotation)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.DeleteAnnotationsDecrementAttached(IList`1 annotations)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.RemoveREntryAnnotationsAndSourcePositions(Int32 relEntryId)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.CoreDeleteRemoveREntryAnnotationsAndSourcePositions(Int32 modelElementId)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.CoreDelete(ModelElement element, IList`1 elementsToSignal)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.DeleteElement(ModelElement element, Boolean includeHierarchical)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelElement.Delete(Boolean deleteHierarchicalChildren)
at Microsoft.Data.Tools.Schema.SchemaModel.DataSchemaModel.UnloadExternals(String fileName)
at Microsoft.Data.Tools.Schema.SchemaModel.DataSchemaModel.OnCustomDataRemoved(CustomSchemaData customData)
at Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSchemaModel.OnCustomDataRemoved(CustomSchemaData customData)
at Microsoft.Data.Tools.Schema.SchemaModel.DataSchemaModel.RemoveCustomData(CustomSchemaData customData)
at Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlModelBuilder.Clear(CustomSchemaData dataToDelete)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelBuilder.AddOrUpdate(CustomSchemaData customSchemaData)
at Microsoft.Data.Tools.Schema.Utilities.Sql.Jobs.ModelBuilderJob.RunImpl()
------ Exception Data --------
Key : error
Value : VersionStoreOutOfMemory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment