Hi,
We have an exmaple for DomainTenantResolver, you can check it first: https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver
If this not help, I check it remotely. shiwei.liang@volosoft.com
Hi,
This is a feature of blazorise, you should keep use blazorise element.
Hi,
It works for me, you can try open the package.json
file and add "@volo/chat": "4.4.0"
manually.
then run the abp install-libs
command.
Hi,
I can't reproduce this problem, could you provide a simaple project to reproduce? thanks. shiwei.liang@volosoft.com
If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore. TestMicro.WebGateway
Hi, try run the dotnet build
command in the solution file folder
Hi, you can try this:
public interface ICustomLanguageTextAppService : ILanguageTextAppService
{
....
}
[ExposeServices(typeof(ICustomLanguageTextAppService), typeof(ILanguageTextAppService))]
public class CustomLanguageTextAppService : LanguageTextAppService, ICustomLanguageTextAppService
{
....
}
@k.hilarion
Please provide more stpes. thanks.
Hi,
Can you proivde steps to reproduce it? it will be better if you can provide a simple project, thanks.
Can you share the application logs?
"ActivatorChain": "Castle.Proxies.StaffDetailsAppServiceProxy"
Your DI is configured incorrectly, you should check why DI can't create instance StaffDetailsAppServiceProxy