Hi,
If you want to create a tenant, you can use TenantManager. If you want to create a tenant with a seperate database,
_abpZeroDbMigrator.CreateOrMigrateForTenant(tenant);
this line does that for you.
Also there must be a detailed error message in Logs.txt file under your web project. Can you send the detailed error message if you can find it.
Thanks.
Hi @maddey234,
As I understand, right now you dont have any problems on your development environment but you have this problem in azure, right ?
If so, can you send your azure website's address to us, to <a href="mailto:[email protected]">[email protected]</a>. And if you create a test user for us to reproduce this problem it would be very nice.
Hi,
You need to set IsSelected of a menuItem to true. You can do it in GetListValuesComboboxItems method of ListValuesAppService or you can do it after retrieving currencyCodes from _listValuesAppService.GetListValuesComboboxItems("CurrencyCode").
Hi,
I had the similar problem with Update-Database several times but still couldn't figure out why it does not work sometimes.
Hi,
Your issue seems to be related to EntityFramework.DynamicFilters library we use. You can check this issue <a class="postlink" href="https://github.com/jcachat/EntityFramework.DynamicFilters/issues/78">https://github.com/jcachat/EntityFramew ... /issues/78</a> It is still open but I think they offer a solution.
Hi,
You can take a look at WebCompiler's home page. They have a short explanation about the tool.
Compile on build option might be good for you. <a class="postlink" href="https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebCompiler">https://marketplace.visualstudio.com/it ... ebCompiler</a>
Hi,
My scripts are in this order: jQuery jQuery UI FullCalendar Calendar.js
and I used below html for calendar.
<div class="col-md-12">
<div id="calendar"></div>
</div>
Can you try it in this way.
Hi,
Can you share your controller definition. Normally all controllers must be registered to dependency injection if they implement AbpController.
Hi,
Please see #1262@bdddb0a5-7f84-448e-a584-a913d1424ad1
Hi,
You can use Token Based Authentication. See <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide#token-based-authentication">https://aspnetzero.com/Documents/Develo ... entication</a>