When I go in to edit a C# Inline Function that reads a text file, I can read the contents.
If I execute the same VA Command which kicks off the Inline Function, it doesn't read the file contents.
I noticed this after I had the Inline Function create a text file with no variables.
Kicking off the Inline Function returned a form with no variables (which was correct).
I then deleted that file and replaced it with a copy of the same file, but this time with variables placed inside it.
In kicking off the VA Command to run the Inline Function, the form pops up but doesn't populate the variables from the file.
Yet, when I go to EDIT the VA Command and run the inline function by testing it, it operates as normal and reads in the variables from the file to the form.
Anyone have any ideas about something like this? Rather weirder behavior. I'm even clearing controls, and disposing form on form close event. That doesn't make a different.