Activity '{0}' cannot call GetLocation on this public location reference because it was created CodeActivityPublicEnvironmentAccessor.TryGetAccessToPublicLocation. To read or write the value, use ActivityContext.GetValue or SetValue. To get direct access to the location, declare it using CodeActivityPublicEnvironmentAccessor.TryGetReferenceToPublicLocation.
Activity '{0}' cannot access this variable because it is declared at the scope of activity '{1}'. An activity can only access ...
Activity '{0}' cannot add a match for Activity '{1}' because it is not its declarer. The matched Activity is declared by ...
Activity '{0}' cannot add a match for Variable '{1}' because it is not its owner. The matched Variable is owned by '{2}'. ...
Activity '{0}' cannot add a variable match because the two variables' signatures don't match. The signature including Name, ...
Activity '{0}' cannot call GetLocation on this public location reference because it was created CodeActivityPublicEnviro ...
Activity '{0}' cannot define arguments other than the built-in Result argument and also declare access to public locations ...
Activity '{0}' cannot read from this public location reference because it was declared with ArgumentDirection.Out. To allow ...
Activity '{0}' cannot write to this public location reference because it was declared with ArgumentDirection.In. To allow ...
Activity '{0}' has multiple runtime arguments with evaluation order set to '{1}'. Runtime argument evaluation order values ...