Base solution for your next web application
Open Closed

Sample Application (PhoneBook) Documents #3219


User avatar
0
btg created

Hello,

I have worked through the documents on the ready-made PhoneBook app, but am having an issue.

I may have missed something, but I get the error:

Inconsistent accessibility: parameter type 'GetPeopleInput is less accessible than method 'IPeopleAppService.GetPeople(GetPeopleInput)
Inconsistent accessibility: parameter type 'GetPeopleInput is less accessible than method 'PeopleAppService.GetPeople(GetPeopleInput)

No other errors seem to appear. Any ideas?

THanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Is your GetPeopleInput class public ? If so, can you share GetPeopleInput, IPeopleAppService and PeopleAppService ?

    Thanks.

  • User Avatar
    0
    btg created

    Thank you. I had forgotten to add public to it. :roll: