Gạch Granit Tasa 60x60cm 6402
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 » Giá Gạch Lát Nền Tasa 60x60
-
Bảng Giá Gạch Tasa ốp Lát: 60x60, 80x80, 30x60, 30x30,.. 2021
-
Gạch Lát Nền Tasa 60x60 đẹp, Giá Rẻ Tại GachTaSa.Com.Vn
-
Gạch TASA 60x60 Cm
-
Gạch Lát Nền Tasa 60x60
-
Gạch Ốp Lát TASA | Bảng Báo Giá Chính Hãng Loại 1 Hà Nội
-
Gạch Lát Nền 60x60 TASA | Bảng Báo Giá Chính Hãng Loại 1
-
Showroom Phân Phối Gạch Lát Nền Tasa 60x60 Tại Hà Nội
-
Gạch TASA Giá Rẻ Mẫu Mới đẹp Nhất, Gạch ốp Lát TASA Nhập Khẩu
-
Gạch Lát Nền TASA 60x60 6654
-
Báo Giá Gạch Ốp Lát Tasa 100 Mẫu Tốt Nhất Tháng 1/2022
-
Báo Giá Gạch ốp Lát Prime, Viglacera 2022: 60x60, 80x80,...
-
Gạch Lát Nền 60x60 TASA 6501
-
Gạch Lát Nền Tasa 60x60 BD6915 - Websosanh