2014-10-22 10 views
8

Di seguito è un errore che ho ricevuto mentre si fa un confronto schema in Visual Studio 2013 Professional w/Aggiornamento 3. Sto usando la versione del server 2008 R2 di DB e sono utilizzando SSMS 2014.DB Confronto schema Errore: 'Versione negozio di memoria'

Questo errore è stato persistente per un paio di settimane che spuntano sempre più spesso. Così ho riformattato la mia macchina ... indovina un po '.. una volta che tutto è stato di nuovo configurato, ho ricevuto di nuovo l'errore!

Per favore aiutami a capire cosa posso fare per risolvere questo problema. Grazie!


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.<>c__DisplayClass1b2.<DeleteRows>b__1b1(EseResultSet rs) 
    at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseCommand.RunQueryImpl(Func1 stopProcessing, Action1 action, Object[] keys) 
    at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseCommand.DeleteRows(Object[] keys) 
    at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.CoreDelete(ModelElement element, IList1 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 
+0

Qualche nuova soluzione, forse? @Stephen –

+0

Purtroppo no. Sono stato in realtà non avendo questo problema troppo dopo l'aggiornamento a VS2015 per fortuna. – StephenKelzer

+0

Sembra un oggetto aperto su microsoft connect. https://connect.microsoft.com/SQLServer/feedback/details/749108/msbuild-fails-randomly-with-version-store-out-of-memory-cleanup-already-attempted-errors-msb4018 –

risposta

3

Ho cercato soluzioni me stesso e non ho mai trovato nulla di utile in linea. Dopo aver fatto alcuni esperimenti, ho trovato un cambiamento di impostazione che mi permette di confrontare e compilare i miei progetti molto testardi. Sono entrato nelle proprietà del progetto SqlProj, fino alla scheda "SQLCLR Build" e ho fatto clic sul pulsante "Avanzate ...". Nella sezione Output ho cambiato il menu a discesa "Debug Info" in "pdb-only". Ciò mi ha migliorato un po ', ma continuo ad avere un incidente occasionale.

+0

Grazie per il punta, Ill dare che un colpo! – StephenKelzer

Problemi correlati