Activities of "Tisham.Ahuja"

Hi,

I have created an AppService in Application project using below code:

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// public class LocationAppService : CrudAppService< Location, LocationDto, int, PagedAndSortedResultRequestDto, CreateUpdateLocationDto>, ILocationAppService

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

In blazor page I have added below code:

@inherits AbpCrudPageBase<ILocationAppService, LocationDto, int, PagedAndSortedResultRequestDto, CreateUpdateLocationDto>

AND

inside OnInitializedAsync() method I am writing below inbuilt method:

await AppService.GetAsync(LocationId); ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

**NOTE: Same code is working in non commercial web assembly solution. it stopped working when we are manually merging code to commercial server assembly solution. Do we need to make any specific changes in entity or service craetion etc. when migrtaing? **

Can we connect over the call please?

Showing 21 to 22 of 22 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 05:21