I've just noticed that I can't delete category even trough UI. I get this error:
This category cannot be removed! Possible causes: one or more sub categories are dependent. One or more products are dependent.
DotNetNuke.Services.Exceptions.ModuleLoadException: The DELETE statement conflicted with the REFERENCE constraint "FK_Store_Products_Store_Categories". The conflict occurred in database "C:\DOTNETNUKE_2\WEBSITE\APP_DATA\DATABASE.MDF", table "dbo.Store_Products", column 'CategoryID'. The statement has been terminated. ---> System.Data.SqlClient.SqlException: The DELETE statement conflicted with the REFERENCE constraint "FK_Store_Products_Store_Categories". The conflict occurred in database "C:\DOTNETNUKE_2\WEBSITE\APP_DATA\DATABASE.MDF", table "dbo.Store_Products", column 'CategoryID'. The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Store.Catalog.SqlDataProvider.DeleteCategory(Int32 CategoryID) in C:\DotNetNuke_2\Website\DesktopModules\Store\Catalog\Providers\DataProviders\SqlDataProvider\SqlDataProvider.cs:line 137 at DotNetNuke.Modules.Store.Catalog.CategoryController.DeleteCategory(Int32 categoryID) in C:\DotNetNuke_2\Website\DesktopModules\Store\Catalog\CategoryController.cs:line 128 at DotNetNuke.Modules.Store.WebControls.CategoryEdit.cmdDelete_Click(Object sender, EventArgs e) in C:\DotNetNuke_2\Website\DesktopModules\Store\CategoryEdit.ascx.cs:line 237 --- End of inner exception stack trace ---
I have NO subcategories and no products in database.