I have got both asp.net core and angular2 solutions up and running. When I try to create a new tennant with its own database, I receive an error message: 'An internal error has occurred.'. The tennants database is created in sql server but I don't know why I am receiving this error. I have openned AbpTenants table in the host database and it only has the Default row and no tenants are displayed on Tenants management page. Can you please help?
Thanks
3 Answer(s)
-
0
Following error occurred when I viewed Console on Chrome:
<a class="postlink" href="http://localhost:22742/api/services/app/Tenant/CreateTenant">http://localhost:22742/api/services/app ... eateTenant</a>
-
0
Hi,
Can you check Logs.txt file under your *.Host projects ? It should contain detailed error message. Probably you need to enable MSDTC in your computer.
Thanks.
-
0
Thanks for your help, it was MSDTC issue.