Hi,
Tenants are stored in the host database, that's way host database is used for finding tenant. Can you share your code for this problem ? The code which finds tenancy name ?
Hi,
You can derive your class from ISingletonDependency or ITransientDependency. It will be registered to DI automatically by ABP.
If you want to do it manually, you can do it in the Initialize of your ABP module using IocManager.
Other than constructor injection there is property injection which you can use. You can find more info about Dependency Injection here <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Dependency-Injection">http://aspnetboilerplate.com/Pages/Docu ... -Injection</a>
it's better to use constructor injection most of the times.
Hi,
If you want to move from MPA to SPA, there is no automatic way because both have different architectures. You need to manually develop SPA side.
Hi,
After running the application, can you first try to go <a class="postlink" href="http://localhost:6240/Account/Logout">http://localhost:6240/Account/Logout</a> and try to login again ?
Hi,
I have send you an email about this issue, did you get it ?
Hi,
Can you share your full Layout.cshtml code ? I will take a look at it. Thanks.
Hi,
Probably the Functions class is not registered for the dependency injection. You can implement ITransientDependency or ISingletonDependency for it, so it will be registered to DI. for more information please check <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Dependency-Injection">http://aspnetboilerplate.com/Pages/Docu ... -Injection</a>
Hi,
The problem is probably because of this. When defining the list action of jTable use
_fileService.getFiles
instead of
_fileService.GetFiles
.
method name should start with a lower case character.
Hi,
We dont't have a more detailed document about AspNet Zero. Have you seen documentation for ABP framework which AspNet Zero is based on ? <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents">http://aspnetboilerplate.com/Pages/Documents</a> It might be helpful for you and it is very detailed.
Hi,
Ldap settings should be in the tenant settings page. Can you login with a tenant admin user and check that ?