Issue with invoke code
Something is wrong with the code in your activity. Show us your code.
That the genric expection you will get if you are using Invoke Code. To know the exact issue you can do below
- Surround the Invoke code with Try Catch activity
- In Catch select System.Exception and put a log message and write as Exception.InnerException.Message.Tostring
- Run you sequence, not debug and check in output the reason behind the Invoke code failure
Hope this may help you
Thanks,
Srini
Please run in debug mode and then open locals panel and then expand exception details and check the details of exception from there…that is where you would know what exception it is
Cheers