Plex 2E

  • 1.  PLEX0059 Error invoking the Function !!  c#

    Posted Sep 09, 2015 01:16 PM

    I have been working on a function for  fews days and testing the function without issue -

     

    Today I start getting the following Error - yet I cannot find out wheer to look toi see what this is causing the issue  - the Build completes - but I cannot see any reference to a parameter name: index in the code -

     

    [PLEX0059] Error while invoking the function GSyncUserUI.GRUSubmitUserJob_ObFnc. Index was out of range. Must be non-negative and less than the size of the collection.

    Parameter name: index

     

     

    Any ideas on how I can trace this to see what the issue is  or how to get more details from a buried log somewhere?



  • 2.  Re: PLEX0059 Error invoking the Function !!  c#
    Best Answer

    Posted Sep 09, 2015 01:38 PM

    OK - easiest way around was to switch my App to WinC - re-gen & build the function and all others needed - then the error was easier to find the problem  - hten fixed in Winc  - then Switch back to .NET  !!