Failed to validate project name. Should not rename a project downloaded from aspnetzero.com. You can contact to [email protected] if you are using a licensed product.
Thanks for the reply, I found what the error was and it's fixed, had to increase the CommandTimeout and that solved the problem.
On another note I would like to override or replace the function that creates the tenant database and need some guidance. I need to create thne tenant databases in an Azure elastic pool.
I think this is the function that creates and seeds the data:
//Create tenant database _abpZeroDbMigrator.CreateOrMigrateForTenant(tenant);
I was thinking about two options:
What would you recommend? How will I be able to run the following command at this point:
CREATE DATABASE DemoDB ( SERVICE_OBJECTIVE = ELASTIC_POOL ( name = DemoPool ) ) ;
Thanks for your help.
I'm having the same issue, is there a solution for this problem?