I have an ini file with a section
[Solution0]
Active=True
SolutionDir=erms_distribution
SolutionFile=ERMS_Distribution.sln
ProjectDir=ERMSDistribution
ProjectFile=
PathToWebConfig=
I am reading the Active value into a local boolean variable named "SolutionActive" in an action group.
When I look at the log, the value is always False - why is this ?
Thanks