Gạch Bạch Mã 40 X 40 Cm
Có thể bạn quan tâm
Server Error in '/' Application.
Source File: e:\HostingSpaces\tiendatphat\tiendatphat.com\wwwroot2\Templates\Sieuthibepga\Views\Shared\_ShopCart.cshtml Line: 2 Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34209
Could not allocate space for object 'dbo.Carts'.'PK_dbo.Carts' in database 'tiendatphat2' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Description: 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.Data.SqlClient.SqlException: Could not allocate space for object 'dbo.Carts'.'PK_dbo.Carts' in database 'tiendatphat2' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup. Source Error:Line 1: @{ Line 2: var cart = SiteConfig.ShoppingCart; Line 3: var qty = cart.Items.Sum(i => i.Quantity); Line 4: var amount = cart.Items.Sum(i => i.Amount); |
[SqlException (0x80131904): Could not allocate space for object 'dbo.Carts'.'PK_dbo.Carts' in database 'tiendatphat2' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.] System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +388 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +717 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4515 System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61 System.Data.SqlClient.SqlDataReader.get_MetaData() +134 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6557689 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +6560327 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +586 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +104 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +288 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +171 Glimpse.Ado.AlternateType.GlimpseDbCommand.ExecuteDbDataReader(CommandBehavior behavior) +842 System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues) +303 System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) +485 [UpdateException: An error occurred while updating the entries. See the inner exception for details.] System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter) +4502203 System.Data.Objects.ObjectContext.SaveChanges(SaveOptions options) +583 System.Data.Entity.Internal.InternalContext.SaveChanges() +218 [DbUpdateException: An error occurred while updating the entries. See the inner exception for details.] System.Data.Entity.Internal.InternalContext.SaveChanges() +291 VCMS.MVC4.Data.Cart.CreateCart(Guid id) in E:\Mywebsite\CMS\VCMS.MVC4.Data\Entities\CartItem.cs:146 VCMS.MVC4.Web.SiteConfig.get_ShoppingCart() in E:\Mywebsite\CMS\VCMS.MVC4.Web\App_Start\SiteConfig.cs:252 ASP._Page_Templates_Sieuthibepga_Views_Shared__ShopCart_cshtml.Execute() in e:\HostingSpaces\tiendatphat\tiendatphat.com\wwwroot2\Templates\Sieuthibepga\Views\Shared\_ShopCart.cshtml:2 System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280 System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +125 System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +196 System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +158 ASP._Page_Templates_Sieuthibepga_Views_Shared_HeaderTop_cshtml.Execute() in e:\HostingSpaces\tiendatphat\tiendatphat.com\wwwroot2\Templates\Sieuthibepga\Views\Shared\HeaderTop.cshtml:13 System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280 System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +125 System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +196 System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +158 ASP._Page_Templates_Sieuthibepga_Views_Shared__Layout_cshtml.Execute() in e:\HostingSpaces\tiendatphat\tiendatphat.com\wwwroot2\Templates\Sieuthibepga\Views\Shared\_Layout.cshtml:37 System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280 System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +125 System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +196 System.Web.WebPages.WebPageBase.Write(HelperResult result) +89 System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +233 System.Web.WebPages.WebPageBase.PopContext() +287 System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +378 System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +33 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +799916 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +263 System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +787284 System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +28 System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15 System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +65 System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15 System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +51 System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +42 System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +15 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +51 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288 |
Từ khóa » đá Bạch Mã
-
Đá Bạch Mã 60x60 MM 6002 Quận 10
-
Đá Bạch Mã 60x60 HDM 60009 Quận 3
-
ĐÁ BẠCH MÃ 40X40 MUỐI TIÊU - Thế Giới Gạch Rẻ
-
Ưu điểm, Bảng Giá Và Cách Chọn Gạch Giả đá Bạch Mã Tối ưu Nhất
-
Bảng Báo Giá Gạch ốp Lát Bạch Mã Đầy đủ - Chất Lượng Nhất Việt Nam
-
Giá Gạch Bạch Mã ốp Lát 30x60, 60x60, 80x80,... Rẻ Nhất 2022
-
Gạch Lát Nền Granite Bạch Mã 60x60cm Chính Hãng Giá Rẻ
-
Gạch Bạch Mã Có Tốt Không? 20 Ý Tưởng Gạch Ốp Lát Bạch Mã
-
Gạch Lát Nền Bạch Mã + 25 Mẫu Gạch đẹp 2022
-
Gạch Lát Nền Bạch Mã 30x60
-
Bảng Giá Gạch ốp Lát Nền Sàn Nhà Bạch Mã Mới Nhất
-
Đá Lát Nền 30x60 Nhám đen Bạch Mã Giá Rẻ - Gạch Rẻ.com
-
Gạch Bạch Mã 600x600 Mm