I am working on the Add transition item and I add a few values to the queue successfully.
But I am unable to print or use that value, I am getting the below error if I try to print.
The interesting thing is if I am going to print that value in the immediate panel I can able to see that value.
First, Text property of WriteLine activity is String type. So it need ToString method.
Second, it may be Studio matter. Sometimes, Studio fails to resolve dependencies correctly. Recent Studio has atutomatic recover feature for it. To have work this, it’s necessary to re-start Studio and re-open the project.