Hi guys, hope somone can help me with this error.. I've been adding new product and suddenly this error appears.. hope masters here can help.. thanks in advance..
The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 257 ]
System.Data.SqlServerCe.SqlCeException (0x80004005): The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 257
]
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommandText(IntPtr& pCursor, Boolean& isBaseTableCursor)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at Microsoft.WebMatrix.DatabaseManager.SqlCeDatabase.SqlCeDatabaseProvider.GetTables(String connectionString)
at Microsoft.WebMatrix.DatabaseManager.IisDbManagerModuleService.GetTables(DatabaseConnection databaseConnection, String configPathState)
at Microsoft.WebMatrix.DatabaseManager.Client.ClientConnection.get_Tables()
at Microsoft.WebMatrix.DatabaseManager.Client.TablesHierarchyInfo.GetChildrenInternal()
at Microsoft.WebMatrix.DatabaseManager.Client.DatabaseHierarchyInfo.GetChildren(ErrorNotification& errorNotification)