The document store has already been disposed and cannot be used Object name: 'EmbeddableDocumentStore'.
Install latest uCommerce 4 and razorstore 2.0.0.x . Now you have two language in umbraco "en-GB" and "en-US" if you delete one of them you crash the entire ucommerce. This the message when you try to save anything on a catalog, category or a product.
I think I wait a while to use the ucommerce with faceted search in production :)
escription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ObjectDisposedException: The document store has already been disposed and cannot be used Object name: 'EmbeddableDocumentStore'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ObjectDisposedException: The document store has already been disposed and cannot be used
Object name: 'EmbeddableDocumentStore'.]
Raven.Client.Document.DocumentStore.OpenSession(OpenSessionOptions options) +634
UCommerce.Search.RavenDB.RavenDbRepository.Save(T document) +65
UCommerce.Search.RavenDB.RavenDbRepository.SaveMany(IEnumerable`1 documents) +313
UCommerce.Extensions.CollectionExtensions.ForEach(IEnumerable`1 source, Action`1 action) +136
UCommerce.Pipelines.Search.SearchIndexerTask`1.Execute(T subject) +172
UCommerce.Pipelines.Pipeline`1.Execute(T subject) +275
[PipelineException: Exception occoured while processing pipeline 'UCommerce.Pipelines.Catalog.ProductCatalogPipeline'. See inner exception for details.]
UCommerce.Pipelines.Pipeline`1.Execute(T subject) +513
UCommerce.Presentation.Presenters.Catalog.EditProductCatalogPresenter.View_Save(Object sender, EntityCommandEventArgs`1 e) +586
UCommerce.Web.UI.Catalog.EditProductCatalog.OnSave(Object sender, EventArgs e) +141
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +134
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +204
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3804
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
The document store has already been disposed and cannot be used Object name: 'EmbeddableDocumentStore'.
Install latest uCommerce 4 and razorstore 2.0.0.x . Now you have two language in umbraco "en-GB" and "en-US" if you delete one of them you crash the entire ucommerce. This the message when you try to save anything on a catalog, category or a product.
I think I wait a while to use the ucommerce with faceted search in production :)
escription: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ObjectDisposedException: The document store has already been disposed and cannot be used
Object name: 'EmbeddableDocumentStore'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18045
Kim, the solution is found and pointed out in the other thread you created.
is working on a reply...