Base solution for your next web application
Open Closed

RAD Tools #5628


User avatar
0
buddhit created

Hi there

We are using RAD tool for our new app but when I use lookup table more than one app service (with different name space) we got this error when we run refresh.bat file to generate proxy service for front end.

Conflicting schemaIds: Identical schemaIds detected for types Abp.Application.Services.Dto.PagedResultDto1[[OpuzLite.OpuzTasks.Dtos.BuildingLookupTableDto, OpuzLite.Application.Shared, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null]] and Abp.Application.Services.Dto.PagedResultDto1[OpuzLite.Facilities.Dtos.BuildingLookupTableDto]. See config settings - "CustomSchemaIds" for a workaround

I knew the problem is it generate same lookupTableDto in more than one place. How can we resolve this issue.

Regards Buddhi


2 Answer(s)
  • User Avatar
    0
    yekalkan created

    You can delete one of them and use the other one as common.

  • User Avatar
    0
    buddhit created

    That fixed the issue, thanks.