Base solution for your next web application
Open Closed

Use of abp framework, met a strange question, Help me please #1403


User avatar
0
garmiter created

When I use webapi,It's wrong with ValueFactory. Abp.Web.Api/WebApi/Controllers/AbpApiExplorer.cs.

public new  Collection<ApiDescription> ApiDescriptions
        {
            get
            {
                return _apiDescriptions.Value;//this value is null
            }
        }

" message ":" wrong." , "exceptionMessage" : "ValueFactory try to access the instance of the Value attribute." ,"exceptionType":"System.InvalidOperationException"

Is conflict? Thank you very much for your help!


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

    Hi,

    Can you share your web api modue class ?