Open Closed

Trouble simply getting started - #8603


User avatar
0
AlanStruthers created

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


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you update your Studio to 0.9.19 and try again?

    Thanks.

Made with ❤️ on ABP v9.2.0-preview. Updated on January 08, 2025, 14:09