Friday, March 24, 2017

Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'

Problem :


Error : Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'




Solution :


Work Around:


Adding Microsoft.CSharp.dll as a reference fixes the issue








Reference :


https://connect.microsoft.com/VisualStudio/feedback/details/1630573/missing-compiler-required-member-microsoft-csharp-runtimebinder-csharpargumentinfo-create

Wednesday, March 8, 2017

Track Logic App's WorkFlow "Client Tracking ID" inside same Logic App

Problem :  Inside logic App how to track "Client Tracking ID" (it can be consider as co-relation ID which doesn't change when run goes through multiple logic Apps) of the same logicApp

Solution:

Write following line wherever you need to track the Run Identifier

@trigger()['clientTrackingId']