Activities of "icoretchi"

Hi,

I am forced to use it, because of third-party libraries that I need. It's not a big problem of course. I am just removing the <string, StringValues>. It was just a suggestion to generate IFormCollection as any.

Cheers

Hi,

  • lunch abp suite
  • select to create new solution
  • select microservice template
  • select Angular UI
  • press generate
  • try to build the solution

Cheers

Hi,

I understood where my mistake was. Everything is working as I expected.

Thanks, Iulian

Answer

Hi,

I've noticed that Halil İbrahim Kalkan in his Kubernetes Integrated Microservice Development with .NET and ABP Studio presentation used in his sample application the integration service. Could you be so kind to ask him to provide the sample, if it's possible of course.

P.S. I am always before asking something read everything from documentation.

Cheers, Iulian

It's still not working properly.

In my context the LocalizationResource is properly assigned for the Application Service and localization for exporting to excel it's not working. And I have to mention that for microservices template all the application services are inherited from the base class which properly assign the LocalizationResource. I think the problem is in this specific method GetListAsExcelFileAsync() how is called from UI (in my case from Blazor). I reiterate again the L, as StringLocalizer is working properly from any method of the ApplicationService, besides the GetListAsExcelFileAsync.

Once again. Just try the code you have suggested:

var config = new OpenXmlConfiguration { DynamicColumns = new DynamicExcelColumn[] { new DynamicExcelColumn("id") {Name = L["Id"]}, new DynamicExcelColumn("name") {Name = L["Name"]}, new DynamicExcelColumn("createdate") {Name = L["Createdate"]}, new DynamicExcelColumn("point") {Name = L["Point"]}, } };

I am doing absolutly the same.

I know that. You didn't understand the question. The problem is in L, as StringLocalizer. It's not working properly. Try the example that you suggested to localize the colums for different language beside english.

Hi,

I've managed to configure the services. Setting the ASPNETCORE_URLS environment variables did not work for me and I didn't find why. So I decide to let the services run on the new port 8080, I've exposed port 8080 in the Dockerfiles and I've set for ClusterIP services targetPort to 8080 as well. And everything is running properly.

Cheers.

And by the way, if you are preparing the sample try to deploy to production cluster not to local one, because the manifests configuration usually are different. It could work local but not in production. We already face such problems.

Thanks & Regards,

Showing 1 to 10 of 39 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13