I have solved this issue. The problem was that Volo.Forms.Questions.IQuestionAppService was missing the inheritance to IApplicationService. Just modify line 8 to public interface IQuestionAppService : IApplicationService and that fixes the problem