Activities of "liangshiwei"

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

Hi,

I think the example will help you :) https://1drv.ms/u/s!ArILR0PuqXwbrY52JSWR3-uvkIoKcw?e=N8vn8h

Hi,

I make an example for you: https://1drv.ms/u/s!ArILR0PuqXwbrY52JSWR3-uvkIoKcw?e=N8vn8h

Showing 4871 to 4880 of 5992 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54