Activities of "AlanStruthers"

Maliming, Easy to solve:

Built a project using 0.9.20, which appears to have a minor bug.

fix missing references
    in BookAppService
        using Avklare.Do.Entities.Books;
        using Avklare.Do.Services.Dtos.Books;
        

Thank you

Using ABP Studio (UI); Create a new solution, MVC Single Layer, SQL.

Build and run, errors! Have re-created the solution 3 or 4 times always the same result. MANY errors.

Here are several of the messages:


'BookAppService' does not implement interface member 'IReadOnlyAppService<BookDto, BookDto, Guid, PagedAndSortedResultRequestDto>.GetAsync(Guid)'. 'BookAppService.GetAsync(Guid)' cannot implement 'IReadOnlyAppService<BookDto, BookDto, Guid, PagedAndSortedResultRequestDto>.GetAsync(Guid)' because it does not have the matching return type of 'Task<BookDto>'.

'BookAppService' does not implement interface member 'ICreateAppService<BookDto, CreateUpdateBookDto>.CreateAsync(CreateUpdateBookDto)'

The type or namespace name 'Book' could not be found (are you missing a using directive or an assembly reference?)


The project has all the class objects, for example \Services\Books\IBookAppService.cs and \Services\Dto

Ideas? Quite frustrated by not being able to simply get a project to build. Thanks, Alan

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09