Activities of "BennieMok"

Hi, I created a winform project that used .net framework 4.7 version. I can't update .net core version because my customer used old windows version. I has to have both XXXX.Application.Contracts.dll and XXXX.HttpApi.Client.dll reference on this project.But it doesn't work. Any idea? Are there any relevant samples? Thank you.

Ok,Thanks.

Hi liangshiwei , I made a action like this

  var configuration = new IdentityClientConfiguration(
           "https://localhost:44338/",
           "EasyCrm",
           "EasyCrm_App",
           "1q2w3e*",
           "password",
           userName,
           password
       ); 
        var accessToken = await AuthenticationService.GetAccessTokenAsync(configuration);
        

And then I try to login as a tenant user, but it always returns:invalid_username_or_password.Only host user can login. I just hope to login as a tennat user(by a token).could you please give me some more detailed tips?

Ok,But It seems not a good idea.I suggest you add the new property 'tenantId' in the class named IdentityClientConfiguration.Thanks.

Hi, Why are there only 25 total questions?

Hi, I want to build all menus from the table of the database instead of from the code.Because my customer maybe add new menu from the system.Any ideas?Thanks.

Hi Alper, I have asked only two questions so far , so can you help me fix it ?Thanks!

Hi, I used angular ui as a front end.So I want to know how to add new menu in front end.Can you give me an example?Thanks.

Hello, Ok , I try to do this . But I wish you consider to add a new feature of this. It's very useful for us . Thanks

Hi Alper, Can you provide a sample with the DevExtreme Angular components.Thanks.

Showing 1 to 10 of 18 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11