'ExtentService not Active. Please activate the EcoSpace.'

CapableObjects Forums SupportForum 'ExtentService not Active. Please activate the EcoSpace.'

This topic contains 2 replies, has 2 voices, and was last updated by  Admin 5 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5112 Score: 0

    ugutujeobiad
    Participant

    My code:

    var space = new EcoProject1EcoSpace();
    var users = EcoServiceHelper.GetExtentService(space).AllInstances<EcoProject1.User>();

    When i have:

    var space = new EcoProject1EcoSpace();
    space.Active = true;
    var users = EcoServiceHelper.GetExtentService(space).AllInstances<EcoProject1.User>();

    I have: Unable to determine application identity of the caller.

    #5113 Score: 0

    Admin
    Keymaster

    Hi – the Active=true is correct and you cannot not access any services of the ecospace before it is made Active.
    Why you get “nable to determine application identity of the caller.” is harder to say based on what you provided.
    But check that you have generated code (in VS, the modlr designer, top left ) – build the project and then in the EcoSpace designer click the Select Packages, and make sure you have then selected.

    #5114 Score: 0

    Admin
    Keymaster

    image

    Attachments:
    You must be logged in to view attached files.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Comments are closed.